/*
 * Inter Variable Font — Self-hosted para performance em Angola
 * Fonte: https://rsms.me/inter/
 * Um único ficheiro woff2 suporta todos os pesos (300-700)
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/static/fonts/Inter-Variable.woff2') format('woff2');
}
