/* Petabit Scale canonical palette — CSS custom properties. */
:root {
  --ps-primary-teal: #4A7876;  /* Primary brand color; headings, UI accents, links */
  --ps-forest-green: #375E4E;  /* Secondary accent; dark-mode surfaces; secondary headings */
  --ps-bronze: #C59E79;  /* Tertiary accent; subtle emphasis; warm callouts */
  --ps-deep-bronze: #A7815B;  /* Lower-value warm accent; hover states; footer chrome */
  --ps-warm-sage: #A19680;  /* Neutral warm accent; dividers, subtle backgrounds */
  --ps-cream: #FDDCA4;  /* Highlight / warm-light accent; use sparingly */
  --ps-charcoal: #1F272B;  /* Dark surfaces; text on light; dark-mode primary */
}
