/* ../fonts/ */ 

@font-face {
    font-family: 'UTM Facebook K&T Regular';
    src: url('../fonts/UTMFacebookKT.woff2') format('woff2'),
        url('../fonts/UTMFacebookKT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Facebook K&T Bold';
    src: url('../fonts/UTMFacebookKTBold.woff2') format('woff2'),
        url('../fonts/UTMFacebookKTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Facebook';
    src: url('../fonts/UTMFacebook.woff2') format('woff2'),
        url('../fonts/UTMFacebook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Poppins Regular';
    src: url('../fonts/SVN-Poppins.woff2') format('woff2'),
        url('../fonts/SVN-Poppins.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SVN-Poppins SemiBold';
    src: url('../fonts/SVN-PoppinsSemiBold.woff2') format('woff2'),
        url('../fonts/SVN-PoppinsSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SVN-Poppins Bold';
    src: url('../fonts/SVN-PoppinsBold.woff2') format('woff2'),
        url('../fonts/SVN-PoppinsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}