
    :root {
      --bg-body-background: #000000FF;
      --bg-body-text: #CCC;

      --brand-primary: #FF2B94FF;
      --brand-secondary: #2AA5E4;

      --brand-primary-accent: rgba(255,96,174.75,1);
      --brand-primary-hover: rgba(229.5,38.7,133.20000000000002,1);
      --brand-primary-dark: rgba(191.25,32.25,111,1);

      --brand-secondary-hover: #1989C2;
      --brand-secondary-light: #dbeafe;

      --brand-chat-icon-active: #FFF;
      --brand-chat-icon-inactive: #B3B3B3;

      --header-background: #000000FF;
      --header-text: #ccc;
      --header-icons: #fff;

      --header-credits-background: #0baf0b;
      --header-credits-border: #0baf0b;

      --header-primary-cta-bg: #0baf0b;
      --header-primary-cta-border: #0baf0b;
      --header-primary-cta-text: #FFFFFFFF;
      --header-primary-cta-background-hover: #0B7A0BFF;
      --header-primary-cta-border-hover: #0B7A0BFF;
      --header-primary-cta-text-hover: #FFFFFFFF;

      --header-secondary-cta-bg: #00000000;
      --header-secondary-cta-border: #6B7280;
      --header-secondary-cta-text: #D1D5DB;
      --header-secondary-cta-background-hover: #00000000;
      --header-secondary-cta-border-hover: #E5E7EBFF;
      --header-secondary-cta-text-hover: #E5E7EBFF;

      --category-text: #FFFFFFFF !important;
      --category-background: #00000000;
      --category-background-hover: #374151;
      --category-background-active: #374151;

      --footer-background: #000000FF;
      --footer-text: #FFFFFFFF;
      --footer-text-disclaimer: #FFFFFFFF;

      --sidebar-background: #454343FF;
      --sidebar-text: #FFFFFFFF;

      --filters-background: #FF2B94FF;
      --filters-menu-background: #CCC;
      --filters-background-gradient-start: #ff2ea0;
      --filters-background-gradient-end: #8c1851;

      --filters-item-background: rgba(255,96,174.75,1);
      --filters-item-background-hover: rgba(255,96,174.75,1);
      --filters-item-text: #FFFFFFFF;

      --filters-menu-item-background: #E0498778;
      --filters-menu-item-background-hover: #E04987FF;
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: rgba(140.25,0,0,1);
    }
  