/**
 * Generated from Starbucks — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f2f0eb;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: rgba(0,0,0,0.87);
  --text-dim: rgba(0,0,0,0.87);
  --text-faint: rgba(0,0,0,0.38);
  --brand: #006241;
  --on-brand: #ffffff;
  --border: #d6dbde;
  --border-strong: #d6dbde;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #f2f0eb;
  --color-bg-white: #ffffff;
  --color-bg-ceramic: #edebe9;
  --color-bg-gold-lightest: #faf6ee;
  --color-bg-feature: #1e3932;
  --color-bg-footer: #1e3932;
  --color-bg-cool: #f9f9f9;
  --color-surface: #ffffff;
  --color-surface-soft: #f9f9f9;
  --color-brand: #006241;
  --color-brand-accent: #00754A;
  --color-brand-house: #1e3932;
  --color-brand-uplift: #2b5148;
  --color-brand-light: #d4e9e2;
  --color-brand-consent: #008248;
  --color-gold: #cba258;
  --color-gold-light: #dfc49d;
  --color-gold-lightest: #faf6ee;
  --color-text: rgba(0,0,0,0.87);
  --color-text-soft: rgba(0,0,0,0.58);
  --color-text-faint: rgba(0,0,0,0.38);
  --color-text-rewards: #33433d;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: rgba(255,255,255,0.70);
  --color-on-brand: #ffffff;
  --color-on-gold: #1e3932;
  --color-border: #d6dbde;
  --color-border-soft: #e7e7e7;
  --color-link: #00754A;
  --color-link-hover: #006241;
  --color-black: #000000;
  --color-red: #c82014;
  --color-yellow: #fbbc05;
  --color-red-tint: hsl(4 82% 43% / 5%);
  --color-green-light-tint: hsl(160 32% 87% / 33%);
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card-1: rgba(0,0,0,0.14);
  --color-shadow-card-2: rgba(0,0,0,0.24);
  --color-shadow-frap-1: rgba(0,0,0,0.24);
  --color-shadow-frap-2: rgba(0,0,0,0.14);
  --color-shadow-nav-1: rgba(0,0,0,0.10);
  --color-shadow-nav-2: rgba(0,0,0,0.06);
  --color-shadow-nav-3: rgba(0,0,0,0.07);

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

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 50px;

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

  /* fonts */
  --font-display: 'SoDoSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'SoDoSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
  --font-serif:   'Lander Tall', Georgia, serif;
}
