/**
 * Generated from Hilton — 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: #bcbcbc;
  --brand: #005091;
  --on-brand: #ffffff;
  --border: #dcdfe4;
  --border-strong: #bcc0c8;
  --success: #1a8757;
  --warning: #cc8800;
  --danger: #c4313a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f4f6f9;
  --color-bg-warm: #faf9f6;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfc;
  --color-surface-strong: #f4f6f9;
  --color-brand: #005091;
  --color-brand-hover: #003d75;
  --color-brand-pressed: #002a52;
  --color-brand-deep: #001b38;
  --color-brand-tint: #e0ebf6;
  --color-brand-soft: #cee0f0;
  --color-on-brand: #ffffff;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #005091;
  --color-link-hover: #003d75;
  --color-selected-bg: #e0ebf6;
  --color-border: #dcdfe4;
  --color-border-strong: #bcc0c8;
  --color-border-soft: #eef0f4;
  --color-border-brand: #005091;
  --color-honors-purple: #67266c;
  --color-success: #1a8757;
  --color-warning: #cc8800;
  --color-danger: #c4313a;
  --color-info: #005091;

  /* type */
  --display-size: 80px;
  --h1-size: 36px;
  --h2-size: 28px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* 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: 40px;

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