@font-face {
    font-family: 'Formetor';
    src: url('fonts/Formetor-Regular.eot');
    src: url('fonts/Formetor-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Formetor-Regular.woff2') format('woff2'),
        url('fonts/Formetor-Regular.woff') format('woff'),
        url('fonts/Formetor-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('fonts/SweetSansPro-Regular.eot');
    src: url('fonts/SweetSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSansPro-Regular.woff2') format('woff2'),
        url('fonts/SweetSansPro-Regular.woff') format('woff'),
        url('fonts/SweetSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MinervaModern';
    src: url('fonts/MinervaModern-Regular.eot');
    src: url('fonts/MinervaModern-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MinervaModern-Regular.woff2') format('woff2'),
        url('fonts/MinervaModern-Regular.woff') format('woff'),
        url('fonts/MinervaModern-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blackstone';
    src: url('fonts/BlackstoneRegular.eot');
    src: url('fonts/BlackstoneRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BlackstoneRegular.woff2') format('woff2'),
        url('fonts/BlackstoneRegular.woff') format('woff'),
        url('fonts/BlackstoneRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProMedium.eot');
    src: url('fonts/SofiaProMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SofiaProMedium.woff2') format('woff2'),
        url('fonts/SofiaProMedium.woff') format('woff'),
        url('fonts/SofiaProMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Glitten';
    src: url('fonts/Glitten-Regular.eot');
    src: url('fonts/Glitten-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Glitten-Regular.woff2') format('woff2'),
        url('fonts/Glitten-Regular.woff') format('woff'),
        url('fonts/Glitten-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cursive-heading{
        font-family: 'Formetor' !important;
}

.sweet-sans {
       font-family: 'Sweet Sans Pro' !important;
 
}
.blackstone {
        font-family: 'Blackstone' !important;
}
.sofia{
    font-family: 'Sofia Pro' !important;
}

.glitten{
    font-family: 'Glitten' !important;
}