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

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

      --brand-primary-accent: rgba(255,194.25,95.25,1);
      --brand-primary-hover: rgba(229.5,156.6,37.800000000000004,1);
      --brand-primary-dark: rgba(191.25,130.5,31.5,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: #718C14;
      --header-primary-cta-border-hover: #718C14;
      --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: #FFFFFF !important;
      --category-background: #00000000;
      --category-background-hover: #374151;
      --category-background-active: #374151;

      --footer-background: #1F1F1F;
      --footer-text: #FFFFFFFF;
      --footer-text-disclaimer: #9C9C9CFF;

      --sidebar-background: rgba(255,194.25,95.25,1);
      --sidebar-text: #6B5228FF;

      --filters-background: #FFAE2AFF;
      --filters-menu-background: #FFAE2AFF;
      --filters-background-gradient-start: #ffbc2d;
      --filters-background-gradient-end: #8c6017;

      --filters-item-background: rgba(255,194.25,95.25,1);
      --filters-item-background-hover: rgba(255,194.25,95.25,1);
      --filters-item-text: #6B5228FF;

      --filters-menu-item-background: rgba(255,194.25,95.25,1);
      --filters-menu-item-background-hover: rgba(229.5,156.6,37.800000000000004,1);
      --filters-menu-item-text: #6B5228FF;
      --filters-menu-item-check: rgba(191.25,130.5,31.5,1);
    }
  