/* =====================================================================
   Spalla — Produção · Apontamento — fontes self-hosted (offline)
   Coloque os arquivos .woff2 em ./fonts/ (ver README.md).
   Os mesmos font-family usados em apontamento.css:
     'Inter'  e  'Material Symbols Rounded'
   ===================================================================== */

/* ---------- Inter (variável, 400–800) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('./fonts/Inter-Variable.woff2') format('woff2');
}

/* ---------- Material Symbols Rounded (variável) ----------
   Eixos preservados: opsz, wght, FILL, GRAD.
   font-display: block evita flash de texto nos ícones. */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 300 600;
  font-display: block;
  src: url('./fonts/MaterialSymbolsRounded-Variable.woff2') format('woff2');
}
