:root{
  --bg: #0F0E0C;
  --surface: #17150F;
  --surface-2: #211D16;
  --fg: #F5EFE6;
  --muted: #9C9285;
  --line: #2B2620;
  --line-strong: #3A342B;
  --accent: #C69A21;
  --accent-dark: #896A17;
  --accent-wash: #2A1810;
  --on-accent: #141414;
  --price-color: #C69A21;
  --ok: #7FB069;
  --error: #E06C5A;
  --font-display: 'Unbounded','Arial Black',system-ui,sans-serif;
  --font-text: 'Onest',system-ui,-apple-system,'Segoe UI',sans-serif;
  --r-card: 14px;
  --r-btn: 999px;
  --r-field: 10px;
  --r-chip: 999px;
  --gap: 18px;
  --section-pad: 64px;
  --hero-pad: 84px;
  --grid: 3;
  --display-scale: 1.15;
  --price-scale: 1.0;
  --card-ratio: 4 / 5;
}
