/* ────────────────────────────────────────────────────────────
   Fontes — Prefeitura Municipal de Serra Verde / MG
   ────────────────────────────────────────────────────────────

   O Padrao Digital de Governo (gov.br / DS Gov) recomenda a familia
   "Rawline" para a identidade visual de orgaos publicos. Por questoes
   de licenca/distribuicao, os arquivos .woff2 da Rawline NAO estao
   incluidos neste repositorio.

   FALLBACK ATUAL: "Raleway" (Google-friendly, metrica parecida com a
   Rawline) e, na ausencia desta, a pilha "system-ui" nativa do SO.
   Logo, este arquivo NAO quebra o site se carregado sem os .woff2.

   ────────────────────────────────────────────────────────────
   COMO ADICIONAR A RAWLINE (self-hosted) DEPOIS:
   ────────────────────────────────────────────────────────────
   1. Coloque os arquivos em /public/fonts/, por exemplo:
        rawline-400.woff2
        rawline-500.woff2
        rawline-600.woff2
        rawline-700.woff2
   2. Descomente os blocos @font-face abaixo (ajuste os nomes/pesos).
   3. No CSS global, declare a pilha:
        --fonte-titulos: "Rawline", "Raleway", system-ui, sans-serif;
        --fonte-corpo:   "Rawline", "Raleway", system-ui, sans-serif;
   4. Mantenha "font-display: swap" para nao bloquear a renderizacao.

   Observacao: por estar self-hosted (mesma origem), a Rawline e
   compativel com a CSP "font-src 'self' data:" definida em /public/_headers.
   ──────────────────────────────────────────────────────────── */

/*
@font-face {
  font-family: "Rawline";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/rawline-400.woff2") format("woff2");
}

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

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

@font-face {
  font-family: "Rawline";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/rawline-700.woff2") format("woff2");
}
*/

/* Reservado para tokens de fonte (preenchido quando a Rawline for adicionada). */
:root {
}
