/*
 * Circle Storefront UI - Fonts
 * -------------------------------------------------------------
 * Self-hosted, zero third-party runtime dependency.
 *
 * "CSUI Display" = Jost   (clean geometric sans, headlines + nav)
 * "CSUI Text"    = Inter  (neutral sans, body + UI)
 *
 * Both are SIL Open Font License, free for commercial use.
 * Until the files below are present, the browser falls back to a
 * geometric / neutral system stack, so the store still looks right.
 *
 * TO ENABLE THE BRAND FONTS (2 minutes, one time):
 *   1. Download from https://fontsource.org  (search Jost, Inter)
 *   2. Put these .woff2 files in  assets/fonts/  with EXACTLY these names:
 *        jost-400.woff2  jost-500.woff2  jost-600.woff2  jost-700.woff2
 *        inter-400.woff2 inter-500.woff2 inter-600.woff2 inter-700.woff2
 *   3. Done. No code change needed.
 */

/* -------- Display: Jost (geometric sans) -------- */
@font-face { font-family: "CSUI Display"; src: url("../fonts/jost-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "CSUI Display"; src: url("../fonts/jost-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "CSUI Display"; src: url("../fonts/jost-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "CSUI Display"; src: url("../fonts/jost-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

/* -------- Body: Inter (sans) -------- */
@font-face { font-family: "CSUI Text"; src: url("../fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "CSUI Text"; src: url("../fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "CSUI Text"; src: url("../fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "CSUI Text"; src: url("../fonts/inter-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
