/* VELA Airlines — design tokens */
:root{
  --vela-midnight-blue: #2F3C48;  /* Midnight Blue — Primary surface, wordmark, typography */
  --vela-steel-blue: #556371;  /* Steel Blue — Subheads, rules, secondary UI */
  --vela-sand: #E7E2D6;  /* Sand — Light ground, reversed wordmark */
  --vela-heritage-gold: #C7A24A;  /* Heritage Gold — Signet, descriptor, rules — never body copy */
  --vela-burgundy: #6B1D2A;  /* Burgundy — Premium & special — sparingly */
  --vela-light-gray: #C6CBD1;  /* Light Gray — Surfaces, dividers, disabled */
  --vela-font-brand: 'Ranade', system-ui, sans-serif;
}
