/* Webfonts. SUBSTITUTION NOTE: the brand's two faces are proprietary custom cuts.
   Inter (geometric sans) and JetBrains Mono (technical mono) are the documented
   open-source substitutes and are what ship here. Manrope is loaded as the
   occasional editorial display face. Replace with the real binaries when available. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&family=Manrope:wght@500;600&display=swap");

:root {
  --font-sans: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  --font-editorial: Manrope, Inter, system-ui, sans-serif;
  /* geometric alternates, part of the substitute's match to the real face */
  --font-features: "ss01", "ss02", "cv05";
}
