/* SKYDEW interference — colour tokens.
   Values are identical to design_handoff_skydew_website/tokens/colors.css. */
:root{
  /* Base palette */
  --color-teal:#1D4C5E;   /* rgb(29,76,94)    — primary brand: bands, headings, CTA */
  --color-navy:#0E212A;   /* rgb(14,33,42)    — deep dark: hero, quote band, footer */
  --color-cream:#FCF7E9;  /* rgb(252,247,233) — light surface + display text on dark */
  --color-ink:#1E1E1E;    /* rgb(30,30,30)    — body text */
  --color-steel:#BDCBD0;  /* rgb(189,203,208) — section numbers, muted text, borders */
  --color-white:#FFFFFF;  /* hero H1 only */

  /* Semantic aliases */
  --surface-cover:var(--color-navy);
  --surface-section:var(--color-teal);
  --surface-content:var(--color-cream);
  --text-on-dark:var(--color-cream);
  --text-hero-on-cover:var(--color-white);
  --text-heading:var(--color-teal);
  --text-body:var(--color-ink);
  --text-muted:var(--color-steel);
  --text-slide-number:var(--color-steel);
  --star-on-cover:var(--color-teal);
  --star-on-section:var(--color-navy);
  --marker-color:var(--color-teal);
  --border-hairline:var(--color-steel);
}
