/* Managed by ROOTK — tenant branding overrides */
/* ROOTK — prevent template flash before tenant branding is applied */
html.rootk-branding-pending body { visibility: hidden; }
html.rootk-branding-ready body { visibility: visible; }

:root {
  --brand: #0878e7;
  --brand-hover: #076ed5;
  --brand-muted: rgba(8, 120, 231, 0.16);
}
