/* =========================================================
   PunterForum — brand theme (Deflection Profile asset)
   Overrides the neutral layout.css variables with the client's
   palette. This is INSTANCE/profile content, not a product
   default: a fresh install ships no brand theme.
   ========================================================= */
:root {
  --brand: #3B82F6;       /* PunterForum blue (accent, buttons, links) */
  --brand-ink: #FFFFFF;   /* readable text on the blue accent */
}
@media (prefers-color-scheme: dark) {
  :root { --brand: #3B82F6; }
}
