// Petabit Scale canonical palette — SCSS variables.

$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

$ps-palette: (
  "primary-teal": #4A7876,
  "forest-green": #375E4E,
  "bronze": #C59E79,
  "deep-bronze": #A7815B,
  "warm-sage": #A19680,
  "cream": #FDDCA4,
  "charcoal": #1F272B,
);
