/* ============================================================
   Self-hosted variable fonts
   ============================================================ */

/* Inter — variable sans for UI */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/font-inter-var.woff2') format('woff2');
}

/* Source Serif 4 — variable editorial serif for the reader */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/font-source-serif-4-var.woff2') format('woff2');
}

/* JetBrains Mono — variable mono for labels/transliteration */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/font-jb-mono-var.woff2') format('woff2');
}