/**
 * Generated from Qatar Airways — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f2f3fa;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1f212b;
  --text-dim: #1f212b;
  --text-faint: #1f212b;
  --brand: #5c0931;
  --on-brand: #ffffff;
  --border: #d9dbe4;
  --border-strong: #d9dbe4;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #f2f3fa;
  --color-bg-deep: #2a071a;
  --color-surface: #ffffff;
  --color-surface-soft: #f2f3fa;
  --color-text: #1f212b;
  --color-text-muted: #5d5f68;
  --color-text-on-image: #ffffff;
  --color-brand: #5c0931;
  --color-brand-hover: #470725;
  --color-accent: #8d1b4c;
  --color-border: #d9dbe4;
  --color-on-brand: #ffffff;

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

  /* shape */
  --radius-button: 10px;
  --radius-card: 20px;
  --radius-pill: 64px;

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

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