/* Self-hosted replacements for the fashion-store demo's Google Fonts link
   (Cormorant Garamond + Manrope), so the storefront needs no external
   font-src and the site's CSP stays script-src/style-src 'self'. Both files
   are the variable-font instances Google serves for these weight ranges. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/cormorant-garamond-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/cormorant-garamond-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/manrope.woff2') format('woff2');
}
