/* ============================================================
   GILT EDGE — self-hosted fonts (no external CDN).
   Cormorant Garamond (display) + Inter (UI) served locally so
   the demo has zero network dependencies and zero 404s.
   ============================================================ */

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

/* Number/price display face. Bebas Neue isn't bundled, so we
   approximate its tall-condensed character with Inter tightened
   down — keeps the aesthetic with no external request. */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../inter.woff2') format('woff2');
  size-adjust: 112%;
}
