/**
 * Generated from IHG Hotels & Resorts — 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: #c7370f;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #707372;
  --success: #247a52;
  --warning: #8a5a00;
  --danger: #b42318;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-warm: #f0eeed;
  --color-surface: #ffffff;
  --color-surface-muted: #ededed;
  --color-surface-strong: #dddddd;
  --color-surface-inverse: #1f4456;
  --color-text: #000000;
  --color-text-soft: #3f3d3d;
  --color-text-muted: #707372;
  --color-text-inverse: #ffffff;
  --color-brand: #c7370f;
  --color-brand-deep: #9f2b0c;
  --color-on-brand: #ffffff;
  --color-structure: #1f4456;
  --color-structure-deep: #153442;
  --color-border: #dddddd;
  --color-border-strong: #707372;
  --color-scrim: rgba(15,35,45,0.55);
  --color-focus: #c7370f;
  --color-success: #247a52;
  --color-warning: #8a5a00;
  --color-danger: #b42318;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 18px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 5px;
  --radius-card: 10px;
  --radius-pill: 9999px;

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

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