/*
  Theme: 2/19 changed to lavendar
  -----------------------------------
  Dark        : #212529  (nav background)
  Primary     : #c648c3   Old #91278f  (main brand purple)
  Secondary   : #b952b7;  old #00a9ea  (blue accent)
  Light       : #f8f9fa  (Bootstrap default light)
  Accent      : #f9ed33  (bright yellow)
  a on dark   : #f9ed33  (yellow)
  a on light  : #91278f  (purple)
*/

:root {
  /* ===== Base Palette ===== */
  --bs-dark: #212529 !important;
  --bs-dark-rgb: 33, 37, 41 !important;

  --bs-primary: #c648c3 !important;
  --bs-primary-rgb: 198, 72, 195 !important;

  --bs-secondary: #b952b7 !important;
  --bs-secondary-rgb: 185, 82, 183 !important;

  --bs-light: #f8f9fa !important;
  --bs-light-rgb: 248, 249, 250 !important;

  --bs-accent: #f9ed33 !important;
  --bs-accent-rgb: 249, 237, 51 !important;

}
