/* Self-hosted Lora + Cinzel (latin subset, woff2) — MASTER-501
   Replaces the Google Fonts CDN so fonts load instantly from our own
   server with no external round-trip. font-display:swap keeps text
   visible; the metric-matched fallback in glitzy-magazine.css stops the
   layout jump. */
@font-face {
  font-family: 'Lora';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/lora-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/lora-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/lora-400i.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/cinzel-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 900; font-display: swap;
  src: url('/assets/fonts/cinzel-900.woff2') format('woff2');
}
