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

      --brand-primary: #12BF00FF;
      --brand-secondary: #2AA5E4;

      --brand-primary-accent: rgba(77.25,207,63.75,1);
      --brand-primary-hover: rgba(16.2,171.9,0,1);
      --brand-primary-dark: rgba(13.5,143.25,0,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: #95b91a;
      --header-credits-border: #95b91a;

      --header-primary-cta-bg: #95b91a;
      --header-primary-cta-border: #95b91a;
      --header-primary-cta-text: #FFFFFFFF;
      --header-primary-cta-background-hover: #d7e4a9;
      --header-primary-cta-border-hover: #d7e4a9;
      --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: #454343FF;
      --footer-text: #FFFFFFFF;
      --footer-text-disclaimer: #FFFFFFFF;

      --sidebar-background: #12BF00C9;
      --sidebar-text: #FFFFFFFF;

      --filters-background: #12bf00;
      --filters-menu-background: #12bf00;
      --filters-background-gradient-start: #13ce00;
      --filters-background-gradient-end: #0a6900;

      --filters-item-background: #0A680096;
      --filters-item-background-hover: #12bf00;
      --filters-item-text: #FFFFFFFF;

      --filters-menu-item-background: #0A680096;
      --filters-menu-item-background-hover: #12bf00;
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: #12bf00;
    }
  