/**
 * Generated from Deliveroo — 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: #bcbcbc;
  --brand: #00ccbc;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #cccccc;
  --success: #1a8757;
  --warning: #cc8800;
  --danger: #e63946;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-warm: #fffaf3;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f0f0f0;
  --color-brand: #00ccbc;
  --color-brand-hover: #00b8aa;
  --color-brand-pressed: #00a399;
  --color-brand-deep: #007a72;
  --color-brand-tint: #cef4f0;
  --color-brand-soft: #9eebde;
  --color-on-brand: #ffffff;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-text-on-teal: #1a1a1a;
  --color-link: #00b8aa;
  --color-link-hover: #007a72;
  --color-selected-bg: #cef4f0;
  --color-border: #e5e5e5;
  --color-border-strong: #cccccc;
  --color-border-soft: #f0f0f0;
  --color-border-brand: #00ccbc;
  --color-rating-yellow: #ffc833;
  --color-urgency-red: #e63946;
  --color-plus-purple: #7a3dd6;
  --color-success: #1a8757;
  --color-warning: #cc8800;
  --color-danger: #e63946;
  --color-info: #00ccbc;

  /* type */
  --display-size: 56px;
  --h1-size: 32px;
  --h2-size: 24px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Roo Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Roo Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
