/* Self-hosted variable fonts — no external font CDN dependency at runtime. */

@font-face {
  font-family: 'Geom Graphic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/GeomGraphic-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/Fraunces-VF.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/DMSans-VF.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/DMSans-VF-italic.woff2') format('woff2');
}
