/**
 * Generated from Graza — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f6e6d9;
  --surface: #fff4ec;
  --surface-alt: #fff4ec;
  --text: #3c422e;
  --text-dim: #3c422e;
  --text-faint: #9a9b8a;
  --brand: #d1e030;
  --on-brand: #3c422e;
  --border: #3c422e;
  --border-strong: #3c422e;
  --success: #5a8a3c;
  --warning: #fbd535;
  --danger: #b3472d;

  /* full color palette */
  --color-bg: #f6e6d9;
  --color-bg-soft: #fff4ec;
  --color-bg-deeper: #e8d6c8;
  --color-surface: #fff4ec;
  --color-surface-soft: #f6e6d9;
  --color-brand: #d1e030;
  --color-brand-ink: #3c422e;
  --color-on-brand: #3c422e;
  --color-accent-mint: #9eef80;
  --color-accent-yellow: #fbd535;
  --color-accent-stroke: #9fcd7a;
  --color-cta-bg: #d1e030;
  --color-cta-text: #3c422e;
  --color-cta-cart-bg: #fff4ec;
  --color-cta-cart-text: #3c422e;
  --color-text: #3c422e;
  --color-text-muted: #6b6f5d;
  --color-text-faint: #9a9b8a;
  --color-link: #3c422e;
  --color-link-hover: #d1e030;
  --color-border: #3c422e;
  --color-border-soft: #9fcd7a;
  --color-border-faint: #e8d6c8;
  --color-success: #5a8a3c;
  --color-warning: #fbd535;
  --color-danger: #b3472d;
  --color-info: #3c422e;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 20px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'GT Alpina Typewriter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'GT Alpina Typewriter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
