/* Self-hosted storefront fonts — variable woff2, no Google CDN (ADR-0004) */
@font-face {
  font-family: 'Space Grotesk';
  src: url('./fonts/space-grotesk.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('./fonts/dm-sans.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
