/* --- BnC brand cleanup (2026-08) --- */
/* 1. Legacy inline font-family:Circe left over from the old theme.
   The Circe webfont is no longer loaded (free licence expires end of 2026),
   so force those spans onto Inter. */
[style*="Circe"], [style*="circe"], [style*="neuman"] {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

/* 2. Legacy pink accents -> brand blue */
[style*="#c7007e"], [style*="#C7007E"] { background-color: #123B82 !important; }

/* 3. Legacy warm-beige section background -> brand tint.
   Used on /delivery and a few older pages. */
[style*="#f5f2f0"], [style*="#F5F2F0"] { background-color: #F0F5FC !important; }

/* 4. Logistics table on /delivery: pink rules and rows -> brand blues. */
#rec234053116 .t431 .t431__td { border-color: #C6D6F0 !important; }
#rec234053116 .t431 .t431__evenrow { background: #EEF3FB !important; }

/* 5. Footer copyright line: was #1665f7 (unreadable on the navy footer).
   Fixed in the block settings too; this covers pages not yet republished. */
#rec418176312 .t464__text { color: #B7C6E2 !important; }