/* Carregado de forma assíncrona (media="print" → "all" no onload) para manter
   as fontes fora do caminho crítico do LCP. Com font-display: optional a fonte
   só é usada se chegar dentro do block period — nunca há swap tardio, então
   não gera CLS nem novo candidato a LCP. Em visitas seguintes vem do cache. */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600 700;
  font-display: optional;
  src: url("/fonts/sora-latin.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500 600;
  font-display: optional;
  src: url("/fonts/jetbrains-mono-latin.woff2") format("woff2");
}
