/* Google Fonts - Local Hosting */
/* Nunito Font Family - Latin & Latin-Ext */

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/nunito/nunito-v32-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/nunito/nunito-v32-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/nunito/nunito-v32-latin_latin-ext-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/nunito/nunito-v32-latin_latin-ext-900.woff2') format('woff2');
}

/* Alfa Slab One Font Family - Latin & Latin-Ext */

@font-face {
    font-family: 'Alfa Slab One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/alfa-slab-one/alfa-slab-one-v21-latin_latin-ext-regular.woff2') format('woff2');
}