:root {
  --color-bg: #f6f4f0;
  --color-surface: #ffffff;
  --color-elevated: #ece8e1;
  --color-text: #1a1c21;
  --color-text-muted: #6b675f;
  --color-accent: #1f4e46;
  --color-accent-hover: #163832;
  --color-on-accent: #ffffff;
  --color-cat: #1d4ed8;
  --color-cat-bg: #dbeafe;
  --color-brand: #c2410c;
  --color-brand-bg: #ffedd5;
  --color-border: #e4e0d8;
  --color-sale: #b42318;
  --radius-card: 16px;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container-max: 1280px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
