/* rwin white-label overrides */
:root {
  --q-primary: #2563eb !important;
  --rwin-primary: #2563eb;
}
.bg-primary, .q-tab--active { background: #2563eb !important; }
.text-primary { color: #2563eb !important; }
.q-btn--standard.bg-primary { background: #2563eb !important; }
/* Login page accent */
.q-page .text-grey-7 + .text-primary, .q-card .text-h5 { color: #2563eb !important; }
