/* Circular Std — the brand's only typeface. Book (400) + Medium (500) supplied by the brand owner.
   No Bold/Black weights were provided; never synthesise them (no faux-bold) — use Medium + size/color for hierarchy. */
@font-face{font-family:"Circular Std";src:url("../assets/fonts/CircularStd-Book.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Circular Std";src:url("../assets/fonts/CircularStd-Medium.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}
:root{
  --font-family-base:"Circular Std","Jost","Century Gothic",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --font-family-display:var(--font-family-base);
  --font-weight-book:400;
  --font-weight-medium:500;
}
