/* ═══════════════════════════════════════════════════════
   Self-Hosted Fonts — She's Still Standing
   Place this file at: assets/css/fonts.css
   Font files go in:   assets/fonts/
   ═══════════════════════════════════════════════════════ */

/* ── Cormorant Garamond (Headers & Pull Quotes) ── */

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

/* ── Montserrat (Body Text + UI) ── */

/* montserrat-300 - latin (body text) */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}

/* montserrat-regular - latin (nav, buttons, labels, tags) */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
