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

:root {
  --brand: #00c8ff;
  --brand-rgb: 0, 200, 255;
  --brand-strong: #00a8d6;
  --brand-on: #121212;
}
