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

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

      --brand-primary-accent: rgba(240.75,178.5,106.5,1);
      --brand-primary-hover: rgba(212.4,137.70000000000002,51.300000000000004,1);
      --brand-primary-dark: rgba(177,114.75,42.75,1);

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

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

      --header-background: #000000;
      --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: #CCC !important;
      --category-background: #CCC;
      --category-background-hover: #CCC;
      --category-background-active: #CCC;

      --footer-background: #454343FF;
      --footer-text: #FFFFFFFF;
      --footer-text-disclaimer: #9C9C9CFF;

      --sidebar-background: #EC9939FF;
      --sidebar-text: #FFFFFFFF;

      --filters-background: #EC9939FF;
      --filters-menu-background: #EC9939FF;
      --filters-background-gradient-start: #ffa53e;
      --filters-background-gradient-end: #82541f;

      --filters-item-background: rgba(240.75,178.5,106.5,1);
      --filters-item-background-hover: rgba(240.75,178.5,106.5,1);
      --filters-item-text: #FFFFFFFF;

      --filters-menu-item-background: rgba(240.75,178.5,106.5,1);
      --filters-menu-item-background-hover: rgba(212.4,137.70000000000002,51.300000000000004,1);
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: rgba(177,114.75,42.75,1);
    }
  