@charset "utf-8";

/* FONTS */
@font-face {
    font-family: "Lato";
    src: url("font/Lato-Black.woff2") format("woff2"),
        url("font/Lato-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka One';
    src: url('font/FredokaOne-Regular.woff2') format('woff2'),
        url('font/FredokaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-ExtraLight.woff2') format('woff2'),
        url('font/Meticula-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-Italic.woff2') format('woff2'),
        url('font/Meticula-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-Bold.woff2') format('woff2'),
        url('font/Meticula-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-ExtraBold.woff2') format('woff2'),
        url('font/Meticula-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-Thin.woff2') format('woff2'),
        url('font/Meticula-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-Medium.woff2') format('woff2'),
        url('font/Meticula-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-Light.woff2') format('woff2'),
        url('font/Meticula-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meticula';
    src: url('font/Meticula-SemiBold.woff2') format('woff2'),
        url('font/Meticula-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* CLASSES */
.e_lato { font-family: "Lato"; font-weight: normal; font-style: normal; }
.e_fredoka_r { font-family: 'Fredoka One'; font-weight: normal; font-style: normal; }
.e_fredoka_el { font-family: 'Fredoka One'; font-weight: 200; font-style: normal; }
.e_meticula_el { font-family: 'Meticula'; font-weight: 200; font-style: normal; }
.e_meticula_i { font-family: 'Meticula'; font-weight: normal; font-style: italic; }
.e_meticula_b { font-family: 'Meticula'; font-weight: bold; font-style: normal; }
.e_meticula_eb { font-family: 'Meticula'; font-weight: bold; font-style: normal; }
.e_meticula_t { font-family: 'Meticula'; font-weight: 100; font-style: normal; }
.e_meticula_m { font-family: 'Meticula'; font-weight: 500; font-style: normal; }
.e_meticula_l { font-family: 'Meticula'; font-weight: 300; font-style: normal; }
.e_meticula_sb { font-family: 'Meticula'; font-weight: 600; font-style: normal; }
