/* Self-hosted, latin subsets only.
   ⚠️ NEVER link fonts.googleapis.com — two extra origins on the critical path.
   All faces OFL. Lora + Instrument Sans are the pairing the chosen reference
   template uses (extracted from it, not guessed). */
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains-mono.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
