/* Geist: a tipografia do sistema CQOIA. Uma família para tudo, pesos fazem a
   hierarquia. Escolhida por ser desenhada para ferramenta e painel: x-height
   alto, números tabulares, zero ornamento. Licença SIL OFL 1.1, auto-hospedada.
   font-display: swap evita tela sem texto enquanto a fonte chega. */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/geist/geist-v5-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/geist/geist-v5-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/geist/geist-v5-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/geist/geist-v5-latin-700.woff2') format('woff2');
}
/* Mono: código, tokens e identificadores. Nunca em texto corrido. */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/geist-mono/geist-mono-v6-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/geist-mono/geist-mono-v6-latin-500.woff2') format('woff2');
}
