/* Bon Outil Marketing — theme overrides on top of the substrate promo.css
   (single-promo pages). Keep this file to :root vars + small site-specific
   fixes; never copy promo.css rules here. */
:root {
  --deep: #123c3a;
  --deep-darker: #0c2b29;
  --deep-2: #0b766f;
  --accent: #0b766f;
  --accent-rgb: 11, 118, 111;
  --cta: #f97316;
  --cta-dark: #ea580c;
}

/* Product links inside the dark promo bar must stay readable on the dark
   background (the default .plink teal disappears on it). */
.promo-bar .plink {
  color: inherit;
  font-weight: 800;
}

.promo-bar .save .plink {
  color: inherit;
}
