/* ============================================================
   SELF-HOSTED FONTS  (DEPLOY_48)
   Replaces Fontshare + Google Fonts CDN delivery.
   Why: faster LCP/FCP, no third-party blocking, GDPR-safe
   (no visitor IPs sent to Google/Fontshare).
   Display = Zodiak · Body = Lora · UI = DM Sans
   font-display: swap keeps text visible during load.
   ============================================================ */

/* ── Zodiak (display: headings, hero) ──────────────────── */
@font-face {
  font-family: 'Zodiak';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/zodiak-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Zodiak';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/zodiak-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Zodiak';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/zodiak-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Zodiak';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/zodiak-700-italic.woff2') format('woff2');
}

/* ── Lora (body: article prose, excerpts) ──────────────── */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lora-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lora-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/lora-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/lora-500-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/lora-600-normal.woff2') format('woff2');
}

/* ── DM Sans (UI: nav, buttons, labels, eyebrows) ──────── */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmsans-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmsans-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/dmsans-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/dmsans-700-normal.woff2') format('woff2');
}
