/**
 * Generated from Instacart — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f6f6;
  --surface-alt: #f6f6f6;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #999999;
  --brand: #0aad0a;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #999999;
  --success: #0aad0a;
  --warning: #ff7a00;
  --danger: #e6483d;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-elevated: #fafafa;
  --color-bg-promo: #003d2a;
  --color-bg-cream: #f7f4ee;
  --color-surface: #f6f6f6;
  --color-surface-hover: #ededed;
  --color-surface-strong: #e4e4e4;
  --color-surface-on-promo: #005a3e;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #666666;
  --color-text-faint: #999999;
  --color-text-on-dark: #ffffff;
  --color-brand: #0aad0a;
  --color-brand-hover: #089408;
  --color-brand-active: #067a06;
  --color-brand-soft: #e3f5e3;
  --color-brand-deep: #003d2a;
  --color-on-brand: #ffffff;
  --color-accent-orange: #ff7a00;
  --color-accent-yellow: #ffce5e;
  --color-accent-red: #e6483d;
  --color-border: #e0e0e0;
  --color-border-soft: #ededed;
  --color-border-strong: #999999;
  --color-link: #0aad0a;
  --color-link-hover: #067a06;
  --color-ring: #0aad0a;
  --color-success: #0aad0a;
  --color-warning: #ff7a00;
  --color-danger: #e6483d;
  --color-info: #3b82f6;
  --color-rating-gold: #fcb53b;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Instacart Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Instacart Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
