/**
 * Generated from United Airlines — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1b1b1b;
  --text-dim: #1b1b1b;
  --text-faint: #1b1b1b;
  --brand: #002244;
  --on-brand: #ffffff;
  --border: #d6d6d6;
  --border-strong: #d6d6d6;
  --success: #247a4d;
  --warning: #f59e0b;
  --danger: #c63030;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-navy: #002244;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f6f8;
  --color-text: #1b1b1b;
  --color-text-muted: #666666;
  --color-brand: #002244;
  --color-accent: #1414d2;
  --color-accent-hover: #0d0da8;
  --color-border: #d6d6d6;
  --color-success: #247a4d;
  --color-danger: #c63030;
  --color-on-brand: #ffffff;

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

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

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

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