/* ═══════════════════════════════════════════════════════════════════════
 * getfishnet — @font-face declarations
 * Self-hosted, OFL 1.1 — no runtime CDN requests.
 *   Fraunces (display serif, optical 72pt) — H1/H2 vitrine + citations only
 *   Inter (sans) — UI everywhere (H3–H6, body, labels, buttons)
 *   JetBrains Mono — code, IDs, tabular numbers
 * url() paths are relative to the PROJECT ROOT (where styles.css lives).
 * ═══════════════════════════════════════════════════════════════════════ */

/* ─── Fraunces — display ─── */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces_72pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces_72pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ─── Inter — sans / UI ─── */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ─── JetBrains Mono — mono / code ─── */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
