:root{
  /* NPSA core palette */
  --npsa-merlin: #004d71;
  --npsa-woodpigeon: #7ba2b5;
  --npsa-raven: #b2b4b7;
  --npsa-black: #020304;

  /* NPSA secondary palette */
  --npsa-kingfisher: #2eacf7;
  --npsa-goldfinch: #f9af00;
  --npsa-magpie: #e11f21;
  --npsa-starling: #00248c;
  --npsa-woodpecker: #44195e;
  --npsa-green: #1c6b24;

  /* Useful tints for backgrounds and panels */
  --npsa-merlin-20: color-mix(in srgb, var(--npsa-merlin) 20%, white);
  --npsa-merlin-40: color-mix(in srgb, var(--npsa-merlin) 40%, white);
  --npsa-merlin-60: color-mix(in srgb, var(--npsa-merlin) 60%, white);

  /* Typography */
  --npsa-font-sans: "Helvetica Neue", Arial, sans-serif;
}
