/* Local OFL faces. No Google. No CDN.
   Magazine: Cinzel + Libre Baskerville.
   When Nimbus calls (nav, command, cook, crate): Geist / Space Grotesk / Geist Mono
   from design-os/assets/fonts. */
@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("fonts/Cinzel-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("fonts/LibreBaskerville-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("fonts/LibreBaskerville-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("fonts/LibreBaskerville-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("fonts/GeistMono.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-interface: "Geist", system-ui, sans-serif;
  --font-display: "Space Grotesk", "Geist", system-ui, sans-serif;
  --font-folio: "Cinzel", Palatino, serif;
  --font-body: "Libre Baskerville", Palatino, Georgia, serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  --nimbus-blue: #2d8cff;
  --nimbus-cyan: #7de2ff;
  --nimbus-indigo: #2e3289;
  --nimbus-ink: #020608;
}
