/* Thin Cormorant Light — unique family so system installs and Google CDN can't diverge. */
@font-face {
  font-family: "Stack Cormorant";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/CormorantGaramond-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Stack Cormorant";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/CormorantGaramond-LightItalic.woff2") format("woff2");
}

/* Map 400 → same Light files so CSS weight 400 still renders the thin cut. */
@font-face {
  font-family: "Stack Cormorant";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/CormorantGaramond-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Stack Cormorant";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/CormorantGaramond-LightItalic.woff2") format("woff2");
}
