/* Inter — auto-hospedada (sem CDN, funciona offline no PWA).
   Pesos: 400 (corpo), 500 (labels/botões), 600 (títulos). */

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
}

/* Números tabulares em dados/tabelas/financeiro (alinhamento vertical de dígitos). */
.mud-table,
.singulari-tabular-nums {
    font-feature-settings: 'tnum' 1;
}
