/* ============================= */
/* Comic Neue */
/* ============================= */
@font-face {
    font-family: 'ComicNeue-LightItalic';
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/comicneue/ComicNeue-LightItalic.ttf') format('truetype');
}

/* ============================= */
/* Freehand */
/* ============================= */
@font-face {
    font-family: 'Freehand-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/freehand/Freehand-Regular.ttf') format('truetype');
}

/* ============================= */
/* Alkatra */
/* ============================= */
@font-face {
    font-family: 'Alkatra-VariableFont_wght';
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url('../fonts/alkatra/Alkatra-VariableFont_wght.ttf') format('truetype');
}

/* ============================= */
/* Poppins */
/* ============================= */
@font-face {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
}
