/* Self-Hosted Local Fonts (Zero Third-Party Cookies / GDPR Compliant) */

/* Bricolage Grotesque (Sans-Serif Body) — variable font, weights 200–800 */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('./bricolage.woff2') format('woff2');
}

/* Cormorant Garamond (Serif Headings) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./cormorant-regular.woff2') format('woff2');
}

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