/* Per-account brand colour — the ONLY difference between accounts.
   All layout/structure lives in the shared style.css. */
@import url("style.css");

:root {
  --brand: #ff3333;
  --brand-rgb: 255, 0, 0;
  --brand-strong: #cc0000;
  --brand-on: #ffffff;
}
