/* Design tokens — PVIMC brand palette, fonts, image paths */
:root{
  --navy-900:#0C2438;
  --navy-800:#123049;
  --navy-700:#1B3A5B;
  --navy-600:#234B72;
  --steel:#6E9BB8;
  --steel-light:#9FBFD4;
  --gold:#C9A96A;
  --gold-dark:#B4924E;
  --cream:#EDE7DA;
  --cream-2:#F6F2EA;
  --green:#2E7D5B;
  --green-dark:#1E5C41;
  --green-light:#E9F3ED;
  --img-hero:url('../images/hero.webp');
  --img-about:url('../images/team.webp');
  --img-sustain:url('../images/sustainability.webp');
  --ink:#0E2233;
  --grey:#5C6B78;
  --line:#E4E8ED;
  --white:#ffffff;
}
