/* ============================================================================
   Easy License Manager for WooCommerce — Self-hosted fonts
   ----------------------------------------------------------------------------
   Family : Geist + Geist Mono (Vercel)
   Licence: SIL Open Font License 1.1 — see fonts/OFL.txt (permits self-hosting)
   Source : https://github.com/vercel/geist-font  (also npm: geist)
   Files  : variable woff2 (full 100–900 weight axis) + a few static weights.
   These are the ACTUAL files, shipped in /fonts. No third-party CDN at runtime.
   ============================================================================ */

/* Variable fonts — preferred (one file covers every weight) */
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/GeistMono-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Static fallbacks (loaded only if variable woff2 is unsupported) — optional.
   The browser uses the first format it understands; modern targets get the
   variable file above. Kept here so the static weights ship in the package. */
