/* Switzer + Lora self-hosted — elimina dependência de fontshare/Google Fonts.
   Subset latin (cobre PT-BR + acentos europeus). font-display: swap mostra
   fallback do sistema enquanto a fonte real carrega — evita FOIT. */

@font-face {
    font-family: 'Switzer';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/switzer-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Switzer';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/switzer-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Switzer';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/switzer-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Switzer';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/switzer-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Lora';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/lora-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lora';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('/assets/fonts/lora-400-italic.woff2') format('woff2');
}
