/*
 * BOFS palette — BLUE (client's deck-aligned, 2026-05-18 proposal)
 * Primary sampled directly from "BOFS Energy & Sustainability + Monarca Partnership.pdf"
 * (title text on p.1, chart bars on p.6, hero on p.10 all measured at #38BCF7).
 *
 * Secondary keeps the BOFS green for sustainability-specific cues
 * (matches the deck's leaf icon on p.2 + the green half of the BOFS logo mark).
 *
 * Active when WP option `bofs_palette` = "blue" OR ?palette=blue.
 */
:root {
  /* Primary (electric blue — sky-400) */
  --bofs-accent:            #38BCF7; /* sampled from client's PDF */
  --bofs-accent-light:      #38BCF7; /* alias of accent */
  --bofs-accent-deep:       #0284C7; /* sky-600 — pressed deep */
  --bofs-accent-pale:       #7DD3FC; /* sky-300 — hover lighter */
  --bofs-accent-darker:     #0369A1; /* sky-700 — text-on-primary-container */
  --bofs-on-accent:         #011627; /* navy ink on blue button (matches deck bg) */

  /* Secondary = BOFS green retained for sustainability cues
     (leaf icons, ESG badges, "Learn more →" on the Durabilité card) */
  --bofs-data:              #6DDE7B;
  --bofs-data-light:        #89FB95;
}
