/* Generated from THEME in src/config/shop.ts. Do not edit. */
@font-face { font-family: 'Space Grotesk Variable'; font-style: normal; font-display: swap; font-weight: 300 700; src: url('/fonts/space-grotesk-latin-wght-normal.woff2') format('woff2'); }
@font-face { font-family: 'Newsreader Variable'; font-style: italic; font-display: swap; font-weight: 200 800; src: url('/fonts/newsreader-latin-wght-italic.woff2') format('woff2'); }
:root {
  --ground: #0f1623; --ground-2: #172133; --ground-3: #0a0f18; --raise: #1f2b40;
  --text: #eef1f6; --text-2: #aab4c4; --text-3: #7d889b;
  --accent: #d4a857; --accent-hover: #e3c080; --on-accent: #1a1204;
  --ok: #8fd6a8; --warn: #f2c47a; --bad: #f08a8a;
  --line: color-mix(in srgb, #eef1f6 14%, transparent); --line-strong: color-mix(in srgb, #eef1f6 26%, transparent);
  --scrim: color-mix(in srgb, #0a0f18 86%, transparent);
  --font-body: 'Space Grotesk Variable', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-editorial: 'Newsreader Variable', Georgia, serif;
  --radius: 0px; --radius-sm: 0px; --radius-pill: 0px; --radius-xs: 0px;
  color-scheme: dark;
}
/* The second palette, for alternate sections. */
.light {
  --ground: #f5f3ee; --ground-2: #e9e5da; --ground-3: #fdfcf9; --raise: #ded8c9;
  --text: #1b2332; --text-2: #4b5566; --text-3: #646e80;
  --accent: #1f4d8f; --accent-hover: #163a6d; --on-accent: #f7f9fd;
  --ok: #2f7a4a; --warn: #8a5a00; --bad: #b3261e;
  --line: color-mix(in srgb, #1b2332 14%, transparent); --line-strong: color-mix(in srgb, #1b2332 26%, transparent);
  --scrim: color-mix(in srgb, #fdfcf9 86%, transparent);
  color-scheme: light; background: var(--ground); color: var(--text);
}
