/* Generated from THEME in src/config/shop.ts. Do not edit. */
@font-face { font-family: 'Archivo Variable'; font-style: normal; font-display: swap; font-weight: 100 900; src: url('/fonts/archivo-latin-wght-normal.woff2') format('woff2'); }
@font-face { font-family: 'Source Serif 4 Variable'; font-style: italic; font-display: swap; font-weight: 200 900; src: url('/fonts/source-serif-4-latin-wght-italic.woff2') format('woff2'); }
:root {
  --ground: #0d0f14; --ground-2: #161a22; --ground-3: #08090c; --raise: #20252f;
  --text: #eef0f5; --text-2: #a9afbd; --text-3: #7c8292;
  --accent: #7aa2ff; --accent-hover: #a3bfff; --on-accent: #061233;
  --ok: #8fd6a8; --warn: #f2c47a; --bad: #f08a8a;
  --line: color-mix(in srgb, #eef0f5 14%, transparent); --line-strong: color-mix(in srgb, #eef0f5 26%, transparent);
  --scrim: color-mix(in srgb, #08090c 86%, transparent);
  --font-body: 'Archivo Variable', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-editorial: 'Source Serif 4 Variable', Georgia, serif;
  --radius: 10px; --radius-sm: 6px; --radius-pill: 8px; --radius-xs: 3px;
  color-scheme: dark;
}
/* The second palette, for alternate sections. */
.light {
  --ground: #f4f5f8; --ground-2: #e6e8ef; --ground-3: #fcfcfe; --raise: #d9dce6;
  --text: #171a22; --text-2: #484e5c; --text-3: #5f6573;
  --accent: #2448b8; --accent-hover: #1a368c; --on-accent: #f5f7ff;
  --ok: #2f7a4a; --warn: #8a5a00; --bad: #b3261e;
  --line: color-mix(in srgb, #171a22 14%, transparent); --line-strong: color-mix(in srgb, #171a22 26%, transparent);
  --scrim: color-mix(in srgb, #fcfcfe 86%, transparent);
  color-scheme: light; background: var(--ground); color: var(--text);
}
