/*
 * fonts.css — Self-hosted variable fonts
 * ─────────────────────────────────────────────────────────────────
 * Replaces the Google Fonts CDN request (fonts.googleapis.com /
 * fonts.gstatic.com) with locally served woff2 files. Each file is
 * a variable font, so a single file covers the full weight range
 * instead of shipping one file per weight.
 * ─────────────────────────────────────────────────────────────────
 */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-latin-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/outfit-latin.woff2') format('woff2');
}
