/**
 * Generated from Grubhub — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #1a1a1a;
  --brand: #f44129;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #cccccc;
  --success: #0d8043;
  --warning: #a35316;
  --danger: #c91515;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-page: #fafafa;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e8e8e8;
  --color-surface-warm: #fff3ef;
  --color-surface-cream: #fff7ec;
  --color-brand: #f44129;
  --color-brand-hover: #d93619;
  --color-brand-active: #b62c12;
  --color-brand-pale: #fcc8be;
  --color-brand-deep: #7a1c0a;
  --color-brand-light: #ffece8;
  --color-text: #1a1a1a;
  --color-text-strong: #0d0d0d;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #757575;
  --color-text-on-brand: #ffffff;
  --color-text-disabled: #a8a8a8;
  --color-link: #1a1a1a;
  --color-link-hover: #f44129;
  --color-border: #e5e5e5;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #cccccc;
  --color-border-input: #999999;
  --color-border-card: #e5e5e5;
  --color-star-fill: #f44129;
  --color-star-empty: #dcdcdc;
  --color-grubhub-plus-yellow: #ffd700;
  --color-grubhub-plus-bg: #1a1a1a;
  --color-free-delivery-green: #0d8043;
  --color-pickup-blue: #1a73e8;
  --color-bestseller-bg: #ffece8;
  --color-bestseller-text: #7a1c0a;
  --color-trending-bg: #fff7ec;
  --color-trending-text: #7a5400;
  --color-cuisine-tag-bg: #f5f5f5;
  --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: #0d8043;
  --color-success-soft: #e6f4ec;
  --color-warning: #a35316;
  --color-warning-soft: #fff7e6;
  --color-danger: #c91515;
  --color-danger-soft: #fdeaea;
  --color-info: #1a73e8;
  --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: 'Sentinel', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Avenir Next', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Monaco', ui-monospace, monospace;
}
