/*-------------------------------------------------------------------------
                                FONTS IMPORT
--------------------------------------------------------------------------*/



@font-face {
    font-family: 'title-font';
    src: url('/css/fonts/Firethorn.woff2') format('woff2'),
        url('/css/fonts/Firethorn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font';
    src: url('/css/fonts/TT_Hoves_Pro_Regular.woff2') format('woff2'),
        url('/css/fonts/TT_Hoves_Pro_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font';
    src: url('/css/fonts/TT_Hoves_Pro_Medium.woff2') format('woff2'),
        url('/css/fonts/TT_Hoves_Pro_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font';
    src: url('/css/fonts/TT_Hoves_Pro_Light.woff2') format('woff2'),
        url('/css/fonts/TT_Hoves_Pro_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

