/**
 * Generated from JetBlue — 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: #0033a0;
  --on-brand: #ffffff;
  --border: #dee2e8;
  --border-strong: #bcc2cc;
  --success: #1a8757;
  --warning: #cc8800;
  --danger: #c4313a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f7fa;
  --color-bg-warm: #fffaf6;
  --color-surface: #ffffff;
  --color-surface-soft: #fafbfd;
  --color-surface-strong: #f0f4f9;
  --color-brand: #0033a0;
  --color-brand-hover: #002a82;
  --color-brand-pressed: #001f63;
  --color-brand-deep: #001548;
  --color-brand-tint: #e6ecf5;
  --color-brand-soft: #cbd6ea;
  --color-on-brand: #ffffff;
  --color-mint-orange: #ff6633;
  --color-mint-orange-deep: #d8501f;
  --color-mint-orange-soft: #ffe9df;
  --color-text: #1a1a1a;
  --color-text-strong: #0033a0;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-link: #0033a0;
  --color-link-hover: #ff6633;
  --color-selected-bg: #e6ecf5;
  --color-border: #dee2e8;
  --color-border-strong: #bcc2cc;
  --color-border-soft: #eaedf2;
  --color-border-brand: #0033a0;
  --color-trueblue-mosaic: #0033a0;
  --color-trueblue-mint: #ff6633;
  --color-success: #1a8757;
  --color-warning: #cc8800;
  --color-danger: #c4313a;
  --color-info: #0033a0;

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

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

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

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