/**
 * Generated from Uber Eats — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #eeeeee;
  --border-strong: #cccccc;
  --success: #06c167;
  --warning: #ffc043;
  --danger: #e11900;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f6f6;
  --color-surface-strong: #eeeeee;
  --color-surface-cream: #f7f5f2;
  --color-surface-input: #f6f6f6;
  --color-brand: #000000;
  --color-brand-hover: #1f1f1f;
  --color-brand-active: #3d3d3d;
  --color-brand-pale: #cccccc;
  --color-brand-text-on: #ffffff;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #545454;
  --color-text-soft: #757575;
  --color-text-disabled: #aaaaaa;
  --color-text-inverse: #ffffff;
  --color-link: #000000;
  --color-link-hover: #000000;
  --color-border: #eeeeee;
  --color-border-soft: #f6f6f6;
  --color-border-strong: #cccccc;
  --color-border-input: #cccccc;
  --color-border-card: transparent;
  --color-star-fill: #000000;
  --color-star-empty: #cccccc;
  --color-uberone-green: #06c167;
  --color-uberone-bg: #000000;
  --color-uberone-text: #ffffff;
  --color-free-delivery-green: #06c167;
  --color-promo-pink: #cae0bc;
  --color-bestseller-bg: #f6f6f6;
  --color-bestseller-text: #000000;
  --color-scrim: rgba(0,0,0,0.6);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.18);
  --color-shadow-deep: rgba(0,0,0,0.24);
  --color-success: #06c167;
  --color-success-soft: #e6f9ee;
  --color-warning: #ffc043;
  --color-warning-soft: #fff8e6;
  --color-danger: #e11900;
  --color-danger-soft: #fde8e6;
  --color-info: #276ef1;
  --color-info-soft: #e8efff;

  /* 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: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

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

  /* fonts */
  --font-display: 'Uber Move', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Uber Move Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Uber Move Mono', ui-monospace, monospace;
}
