/**
 * Generated from OpenTable — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f1f2f4;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #2d333f;
  --text-dim: #2d333f;
  --text-faint: #2d333f;
  --brand: #da3743;
  --on-brand: #ffffff;
  --border: #d8d9db;
  --border-strong: #b9bbc1;
  --success: #1f8f5f;
  --warning: #e0a41f;
  --danger: #da3743;

  /* full color palette */
  --color-bg: #f1f2f4;
  --color-bg-page: #ffffff;
  --color-bg-soft: #f8f8f9;
  --color-surface: #ffffff;
  --color-surface-muted: #f1f2f4;
  --color-text: #2d333f;
  --color-text-strong: #000000;
  --color-text-muted: #6f737b;
  --color-text-soft: #9a9da3;
  --color-brand: #da3743;
  --color-brand-hover: #c62f3a;
  --color-brand-soft: #fdecef;
  --color-accent-teal: #247f9e;
  --color-accent-deep: #154a5b;
  --color-rating: #da3743;
  --color-border: #d8d9db;
  --color-border-strong: #b9bbc1;
  --color-shadow-card: rgba(45, 51, 63, 0.12);
  --color-success: #1f8f5f;
  --color-warning: #e0a41f;
  --color-danger: #da3743;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 32px;
  --h1-size: 24px;
  --h2-size: 22px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.45;
  --display-tracking: 0;

  /* shape */
  --radius-button: 6px;
  --radius-card: 8px;
  --radius-pill: 9999px;

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

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