/* ============================================================================
 * TrendLife Shop — Geist webfont (self-hosted, SIL OFL 1.1)
 * ----------------------------------------------------------------------------
 * Shared by every shop / product marketing page so Geist is declared in one
 * place. Per BRAND_BRIEF.md, Geist is the primary TrendLife typeface.
 * Link this, then set your page's font stack to:
 *     "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif
 * Font files live in ../fonts/geist/ relative to this stylesheet.
 * ==========================================================================*/
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/geist/Geist-Black.woff2") format("woff2");
  font-weight: 900; font-style: normal; font-display: swap;
}
