/* Generated from THEME in src/config/shop.ts. Do not edit. */
@font-face { font-family: 'Plus Jakarta Sans Variable'; font-style: normal; font-display: swap; font-weight: 200 800; src: url('/fonts/plus-jakarta-sans-latin-wght-normal.woff2') format('woff2'); }
@font-face { font-family: 'Bodoni Moda Variable'; font-style: italic; font-display: swap; font-weight: 400 900; src: url('/fonts/bodoni-moda-latin-wght-italic.woff2') format('woff2'); }
:root {
  --ground: #17110d; --ground-2: #221a14; --ground-3: #0f0b08; --raise: #2e231b;
  --text: #f3ece6; --text-2: #bcada1; --text-3: #8f8175;
  --accent: #e0955f; --accent-hover: #ebb189; --on-accent: #1d0e03;
  --ok: #8fd6a8; --warn: #f2c47a; --bad: #f08a8a;
  --line: color-mix(in srgb, #f3ece6 14%, transparent); --line-strong: color-mix(in srgb, #f3ece6 26%, transparent);
  --scrim: color-mix(in srgb, #0f0b08 86%, transparent);
  --font-body: 'Plus Jakarta Sans Variable', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-editorial: 'Bodoni Moda 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: #f8f3ed; --ground-2: #eee4d8; --ground-3: #fefbf7; --raise: #e3d5c4;
  --text: #271c15; --text-2: #5a4a3e; --text-3: #716053;
  --accent: #9a4a1c; --accent-hover: #793914; --on-accent: #fff8f2;
  --ok: #2f7a4a; --warn: #8a5a00; --bad: #b3261e;
  --line: color-mix(in srgb, #271c15 14%, transparent); --line-strong: color-mix(in srgb, #271c15 26%, transparent);
  --scrim: color-mix(in srgb, #fefbf7 86%, transparent);
  color-scheme: light; background: var(--ground); color: var(--text);
}
