/**
 * Generated from Southwest Airlines — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f4f4f4;
  --surface: #f4f4f4;
  --surface-alt: #f4f4f4;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #ffbf27;
  --on-brand: #111b40;
  --border: #000000;
  --border-strong: #000000;
  --success: #1a7a3c;
  --warning: #b25f00;
  --danger: #c4123c;

  /* full color palette */
  --color-bg: #f4f4f4;
  --color-bg-alt: #ffffff;
  --color-surface: #f4f4f4;
  --color-surface-white: #ffffff;
  --color-surface-soft: #ebebeb;
  --color-surface-navy: #111b40;
  --color-surface-blue: #304cb2;
  --color-surface-yellow-soft: #fff6dd;
  --color-text: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #565656;
  --color-text-soft: #767676;
  --color-text-on-brand: #111b40;
  --color-text-on-navy: #ffffff;
  --color-text-on-blue: #ffffff;
  --color-brand: #ffbf27;
  --color-brand-hover: #f0b01c;
  --color-brand-active: #dca110;
  --color-on-brand: #111b40;
  --color-blue: #304cb2;
  --color-blue-hover: #26409c;
  --color-blue-active: #1d3380;
  --color-navy: #111b40;
  --color-navy-2: #1a2a5e;
  --color-red-heart: #d31245;
  --color-link: #304cb2;
  --color-link-hover: #26409c;
  --color-link-visited: #5a3a9e;
  --color-border: #000000;
  --color-border-soft: #d4d4d4;
  --color-border-strong: #000000;
  --color-border-focus: #304cb2;
  --color-divider: #d4d4d4;
  --color-scrim: rgba(17,27,64,0.55);
  --color-shadow-card: rgba(17,27,64,0.08);
  --color-shadow-elev: rgba(17,27,64,0.16);
  --color-shadow-deep: rgba(17,27,64,0.24);
  --color-success: #1a7a3c;
  --color-success-soft: #e6f4ec;
  --color-warning: #b25f00;
  --color-warning-soft: #fff4e3;
  --color-danger: #c4123c;
  --color-danger-soft: #fdeef1;
  --color-info: #304cb2;
  --color-info-soft: #eaeefb;
  --color-star-rating: #ffbf27;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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