/* 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: #15181b; --ground-2: #1e2226; --ground-3: #0d0f11; --raise: #282d32;
  --text: #eef0ee; --text-2: #aeb4ae; --text-3: #818781;
  --accent: #a9c9a0; --accent-hover: #c4dcbd; --on-accent: #0f1a0c;
  --ok: #8fd6a8; --warn: #f2c47a; --bad: #f08a8a;
  --line: color-mix(in srgb, #eef0ee 14%, transparent); --line-strong: color-mix(in srgb, #eef0ee 26%, transparent);
  --scrim: color-mix(in srgb, #0d0f11 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: #f4f5f1; --ground-2: #e7e9e2; --ground-3: #fcfcfa; --raise: #dadcd2;
  --text: #1d211d; --text-2: #4c524c; --text-3: #636963;
  --accent: #46663d; --accent-hover: #344d2d; --on-accent: #f6faf4;
  --ok: #2f7a4a; --warn: #8a5a00; --bad: #b3261e;
  --line: color-mix(in srgb, #1d211d 14%, transparent); --line-strong: color-mix(in srgb, #1d211d 26%, transparent);
  --scrim: color-mix(in srgb, #fcfcfa 86%, transparent);
  color-scheme: light; background: var(--ground); color: var(--text);
}
