/**
 * Generated from Four Seasons Hotels and 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: #383838;
  --on-brand: #ffffff;
  --border: #c9c6c1;
  --border-strong: #000000;
  --success: #2d6a4f;
  --warning: #7a5800;
  --danger: #9f1d20;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-inverse: #000000;
  --color-surface: #ffffff;
  --color-surface-warm: #f4f2ef;
  --color-surface-muted: #e7e4df;
  --color-text: #000000;
  --color-text-soft: #383838;
  --color-text-muted: #6b6b6b;
  --color-text-inverse: #ffffff;
  --color-ink: #000000;
  --color-on-ink: #ffffff;
  --color-warm: #d8d4cd;
  --color-border: #c9c6c1;
  --color-border-strong: #000000;
  --color-scrim: rgba(0,0,0,0.42);
  --color-focus: #000000;
  --color-success: #2d6a4f;
  --color-warning: #7a5800;
  --color-danger: #9f1d20;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

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