/* ───────────────────────────────────────────────────────────
   Phinancer — self-hosted font faces (zero CDN, policy §7.6)
   Link this from any page:  <link rel="stylesheet" href="<path>/fonts/fonts.css">
   url() paths are relative to THIS file, so the link path doesn't matter.
   Families: Cormorant Garamond (wordmark/editorial), Urbanist (UI),
   JetBrains Mono (numerics/labels).
   ─────────────────────────────────────────────────────────── */

/* Cormorant Garamond — variable (300–700) + italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-weight: 300 700; font-style: normal; font-display: swap;
  src: url('./CormorantGaramond-VF.ttf') format('truetype-variations');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-weight: 300 700; font-style: italic; font-display: swap;
  src: url('./CormorantGaramond-Italic-VF.ttf') format('truetype-variations');
}

/* Urbanist — Light / Medium / Bold */
@font-face {
  font-family: 'Urbanist';
  font-weight: 300; font-style: normal; font-display: swap;
  src: url('./Urbanist-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 500; font-style: normal; font-display: swap;
  src: url('./Urbanist-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Urbanist';
  font-weight: 700; font-style: normal; font-display: swap;
  src: url('./Urbanist-Bold.ttf') format('truetype');
}

/* JetBrains Mono — Medium */
@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 400 500; font-style: normal; font-display: swap;
  src: url('./JetBrainsMono-Medium.ttf') format('truetype');
}
