/* PassPass Cover brand overrides (loaded after theme bundles) */
:root {
  /* Keep as fallback reference; change here to switch brand quickly */
  --pp-primary: blue;
  /* Also override theme variable used by style.bundle where applicable */
  --primary: var(--pp-primary);
}

/* 
  Button styles are now imported globally from main.scss
  All button classes (.button-primary, .button-white, etc.) are defined there
  Colors are controlled by SCSS variables in _variables.scss
*/

/* Optional helpers mapping to primary */
.text-primary { color: var(--pp-primary) !important; }
.bg-primary { background-color: var(--pp-primary) !important; }
.border-primary { border-color: var(--pp-primary) !important; }
