/* Odeko brand override for the Silktide Consent Manager.
   Base library: https://cdn.jsdelivr.net/gh/silktide/consent-manager@v2.0.1/silktide-consent-manager.css

   Silktide's buttons/icons pair --primaryColor (fill) with --backgroundColor
   (text/glyph) for contrast, and the banner/modal panels use --backgroundColor
   with --textColor on top. That's the same pairing this site already uses —
   yellow buttons with mocha text, mocha sections with ecru text — so the
   brand tokens drop in directly. */
#stcm-wrapper {
  --fontFamily: var(--font-text);
  --primaryColor: var(--odeko-yellow);
  --backgroundColor: var(--odeko-mocha);
  --textColor: var(--odeko-ecru);
  --iconColor: var(--odeko-mocha);
  --iconBackgroundColor: var(--odeko-yellow);
  --backdropBackgroundColor: rgba(64, 24, 11, 0.45);
}
