/*
Spectral e Nunito Sans hospedadas localmente (nao via Google Fonts CDN) —
elimina requisicao de terceiro e reduz flash de fonte sem estilo.
Nunito Sans e fonte variavel: um unico arquivo cobre os pesos 400/700/800,
o navegador escolhe a instancia certa a partir do font-weight declarado.
*/
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/spectral-400-normal-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Spectral';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/spectral-400-italic-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/spectral-600-normal-latin.woff2') format('woff2');
}
