/* Generated from THEME in src/config/shop.ts. Do not edit. */
@font-face { font-family: 'Inter Tight Variable'; font-style: normal; font-display: swap; font-weight: 100 900; src: url('/fonts/inter-tight-latin-wght-normal.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces Variable'; font-style: italic; font-display: swap; font-weight: 100 900; src: url('/fonts/fraunces-latin-wght-italic.woff2') format('woff2'); }
:root {
  --ground: #101a15; --ground-2: #17251e; --ground-3: #0a120e; --raise: #203129;
  --text: #eef3ee; --text-2: #a9b8ae; --text-3: #7c8c81;
  --accent: #e8d7a8; --accent-hover: #f3e6c4; --on-accent: #18140a;
  --ok: #8fd6a8; --warn: #f2c47a; --bad: #f08a8a;
  --line: color-mix(in srgb, #eef3ee 14%, transparent); --line-strong: color-mix(in srgb, #eef3ee 26%, transparent);
  --scrim: color-mix(in srgb, #0a120e 86%, transparent);
  --font-body: 'Inter Tight Variable', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-editorial: 'Fraunces Variable', Georgia, serif;
  --radius: 18px; --radius-sm: 10px; --radius-pill: 999px; --radius-xs: 4px;
  color-scheme: dark;
}
/* The second palette, for alternate sections. */
.light {
  --ground: #f6f3ea; --ground-2: #ebe6d6; --ground-3: #fdfbf6; --raise: #e0d9c3;
  --text: #1c2a22; --text-2: #4a5a50; --text-3: #627068;
  --accent: #2d6a4f; --accent-hover: #20513b; --on-accent: #f5fbf7;
  --ok: #2f7a4a; --warn: #8a5a00; --bad: #b3261e;
  --line: color-mix(in srgb, #1c2a22 14%, transparent); --line-strong: color-mix(in srgb, #1c2a22 26%, transparent);
  --scrim: color-mix(in srgb, #fdfbf6 86%, transparent);
  color-scheme: light; background: var(--ground); color: var(--text);
}
