/* ═══════════════════════════════════════════════════════
   LOCAL FONTS — self-hosted, no Google Fonts requests
   Latin subset only.
═══════════════════════════════════════════════════════ */

/* Cormorant Garamond — normal */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('cormorant-normal-400.woff2') format('woff2');
}

/* Cormorant Garamond — italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('cormorant-italic-400.woff2') format('woff2');
}

/* Inter — variable font, covers 300–500 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('inter-400.woff2') format('woff2');
}
