/**
 * Generated from Hyatt — 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: #1a1a1a;
  --on-brand: #ffffff;
  --border: #d8d5d0;
  --border-strong: #d8d5d0;
  --success: #3c7352;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #171717;
  --color-surface: #ffffff;
  --color-surface-warm: #f5f2ed;
  --color-text: #1a1a1a;
  --color-text-muted: #646464;
  --color-brand: #1a1a1a;
  --color-accent: #9a7b52;
  --color-accent-soft: #d8c7ad;
  --color-border: #d8d5d0;
  --color-success: #3c7352;
  --color-on-brand: #ffffff;

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

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

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

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