/*
 * Cabral OS Design System — fonts v1
 *
 * Fontes self-hosted, sem Google Fonts CDN (privacidade + performance + LGPD).
 * Servidas via /_fonts/* (same-origin em todos os vhosts *.cabralhub.com.br).
 *
 * font-display: swap → render imediato com fallback do sistema, sem FOIT.
 */

@font-face {
  font-family: "Fraunces";
  src: url("/_fonts/Fraunces-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/_fonts/Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/_fonts/JetBrainsMono-Variable.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
