@charset "UTF-8";

/* FONTES */
@font-face {
    font-family: 'Jost Regular';
    src: url('font/Jost-Regular.woff2') format('woff2'),
        url('font/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

@font-face {
    font-family: 'Jost BoldItalic';
    src: url('font/Jost-BoldItalic.woff2') format('woff2'),
        url('font/Jost-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Lato LightItalic';
    src: url('font/Lato-LightItalic.woff2') format('woff2'),
        url('font/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Lato BoldItalic';
    src: url('font/Lato-BoldItalic.woff2') format('woff2'),
    url('font/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Lato BlackItalic';
    src: url('font/Lato-BlackItalic.woff2') format('woff2'),
        url('font/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

/* CLASSES */
.e_jost_r { font-family: 'Jost Regular'; font-weight: normal; font-style: normal; }
.e_jost_i { font-family: 'Jost Italic'; font-weight: normal; font-style: italic; }
.e_jost_bi { font-family: 'Jost BoldItalic'; font-weight: bold; font-style: italic; }
.e_lato_r { font-family: 'Lato Regular'; font-weight: normal; font-style: normal; }
.e_lato_l { font-family: 'Lato Light'; font-weight: 300; font-style: normal; }
.e_lato_li { font-family: 'Lato LightItalic'; font-weight: 300; font-style: italic; }
.e_lato_i { font-family: 'Lato Italic'; font-weight: normal; font-style: italic; }
.e_lato_b { font-family: 'Lato Bold'; font-weight: bold; font-style: normal; }
.e_lato_bi { font-family: 'Lato BoldItalic'; font-weight: bold; font-style: italic; }
.e_lato_bk { font-family: 'Lato Black'; font-weight: 900; font-style: normal; }
.e_lato_bki { font-family: 'Lato BlackItalic'; font-weight: 900; font-style: italic; }
.e_nunito_b { font-family: 'Nunito Bold'; font-weight: bold; font-style: normal; }
.e_poppins_bk { font-family: 'Poppins Black'; font-weight: 900; font-style: normal; }
.e_roboto_r { font-family: 'Roboto Regular'; font-weight: normal; font-style: normal; }
.e_roboto_l { font-family: 'Roboto Light'; font-weight: 300; font-style: normal; }