/**
 * Generated from Marriott — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f9f6f0;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #2a2a2a;
  --text-dim: #2a2a2a;
  --text-faint: #b8b8b8;
  --brand: #a4793f;
  --on-brand: #ffffff;
  --border: #e0d9c8;
  --border-strong: #c8bea8;
  --success: #3d8b62;
  --warning: #c5832e;
  --danger: #a93535;

  /* full color palette */
  --color-bg: #f9f6f0;
  --color-bg-soft: #f5efe5;
  --color-bg-warm: #fdf9f2;
  --color-surface: #ffffff;
  --color-surface-soft: #fdfcf8;
  --color-surface-strong: #f5efe5;
  --color-brand: #a4793f;
  --color-brand-hover: #8d6232;
  --color-brand-pressed: #6e4d27;
  --color-brand-deep: #553c1e;
  --color-brand-tint: #f5e9d4;
  --color-on-brand: #ffffff;
  --color-navy: #1f2a44;
  --color-navy-deep: #141d33;
  --color-navy-soft: rgba(31, 42, 68, 0.06);
  --color-text: #2a2a2a;
  --color-text-strong: #1f2a44;
  --color-text-muted: #6a6a6a;
  --color-text-soft: #8c8c8c;
  --color-text-faint: #b8b8b8;
  --color-text-on-brand: #ffffff;
  --color-link: #a4793f;
  --color-link-hover: #1f2a44;
  --color-selected-bg: #f5e9d4;
  --color-border: #e0d9c8;
  --color-border-strong: #c8bea8;
  --color-border-soft: #f0eadd;
  --color-border-brand: #a4793f;
  --color-success: #3d8b62;
  --color-warning: #c5832e;
  --color-danger: #a93535;
  --color-info: #1f2a44;

  /* type */
  --display-size: 80px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: -0.005em;

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

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

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