/* ============================================================
   FONTES LOCAIS — Raleway + Source Sans 3 (.woff2 subset latin)
   Câmara Municipal de Pirangi — site v3 (Laravel/Filament)
   ------------------------------------------------------------
   v2: .ttf -> .woff2 (latin) + font-display:swap
       - woff2 subsetado: ~285 KB -> ~90 KB
       - display:optional: elimina FOUT/CLS (sem troca de layout)
       Servido pelo PRÓPRIO domínio — sem Google (LGPD + LCP).
   ============================================================ */

/* ---------- Raleway 700 ---------- */
@font-face{
  font-family:'Raleway';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/fonts/raleway-700.woff2') format('woff2');
}
/* ---------- Raleway 800 ---------- */
@font-face{
  font-family:'Raleway';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('/fonts/raleway-800.woff2') format('woff2');
}

/* ---------- Source Sans 3 — 400 ---------- */
@font-face{
  font-family:'Source Sans 3';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/fonts/sourcesans-400.woff2') format('woff2');
}
/* ---------- Source Sans 3 — 600 ---------- */
@font-face{
  font-family:'Source Sans 3';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('/fonts/sourcesans-600.woff2') format('woff2');
}
/* ---------- Source Sans 3 — 700 ---------- */
@font-face{
  font-family:'Source Sans 3';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/fonts/sourcesans-700.woff2') format('woff2');
}
