/* ═══════════════════════════════════════════════════════════════
   My Birth Codex™ — Self-Hosted Fonts
   Eliminates Google Fonts CDN dependency for HIPAA compliance.
   No IP addresses are sent to third-party servers.
═══════════════════════════════════════════════════════════════ */

/* ── GFS Didot — Monumental / Heading / Micro ──────────────── */
@font-face {
  font-family: 'GFS Didot';
  src: url('/fonts/GFSDidot-Regular.ttf?v=2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GFS Didot';
  src: url('/fonts/GFSDidot-Regular.ttf?v=2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GFS Didot';
  src: url('/fonts/GFSDidot-Regular.ttf?v=2') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GFS Didot';
  src: url('/fonts/GFSDidot-Regular.ttf?v=2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── Cormorant Garamond — Body / Emotional ─────────────────── */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/CormorantGaramond-Regular.ttf?v=2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/CormorantGaramond-SemiBold.ttf?v=2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/CormorantGaramond-SemiBold.ttf?v=2') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/fonts/CormorantGaramond-Italic.ttf?v=2') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ── Inter — UI / Numerical ────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.ttf?v=2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Medium.ttf?v=2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-SemiBold.ttf?v=2') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
