/**
 * Generated from DoorDash — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #191919;
  --text-dim: #191919;
  --text-faint: #191919;
  --brand: #ff3008;
  --on-brand: #ffffff;
  --border: #e8e8e8;
  --border-strong: #cdcdcd;
  --success: #00854c;
  --warning: #a35316;
  --danger: #cc1212;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #fafafa;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e8e8e8;
  --color-surface-warm: #fff7f5;
  --color-surface-cream: #faf5e8;
  --color-brand: #ff3008;
  --color-brand-hover: #e02c08;
  --color-brand-active: #bf2306;
  --color-brand-pale: #ffd2c8;
  --color-brand-deep: #8a1d05;
  --color-brand-light: #fff0ec;
  --color-text: #191919;
  --color-text-strong: #0d0d0d;
  --color-text-muted: #5d5d5d;
  --color-text-soft: #767676;
  --color-text-on-brand: #ffffff;
  --color-text-disabled: #a8a8a8;
  --color-link: #ff3008;
  --color-link-hover: #bf2306;
  --color-border: #e8e8e8;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #cdcdcd;
  --color-border-input: #919191;
  --color-border-card: #ebebeb;
  --color-star-fill: #ff3008;
  --color-star-empty: #dcdcdc;
  --color-dashpass-yellow: #ffd400;
  --color-dashpass-bg: #191919;
  --color-dashpass-text: #ffffff;
  --color-free-delivery-green: #00854c;
  --color-pickup-blue: #0a47bf;
  --color-bestseller-bg: #fff0ec;
  --color-bestseller-text: #8a1d05;
  --color-trending-bg: #fff8e6;
  --color-trending-text: #7a5400;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-elev: rgba(0,0,0,0.16);
  --color-shadow-deep: rgba(0,0,0,0.24);
  --color-success: #00854c;
  --color-success-soft: #e6f3ec;
  --color-warning: #a35316;
  --color-warning-soft: #fff7e6;
  --color-danger: #cc1212;
  --color-danger-soft: #fdeaea;
  --color-info: #0a47bf;
  --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: 'DoorDash Sans Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'DoorDash Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
