
    :root {
      --bg-body-background: #18181B;
      --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: #1F1F1F;
      --header-text: #ccc;
      --header-icons: #fff;

      --header-credits-background: #2aa5e4;
      --header-credits-border: #2aa5e4;

      --header-primary-cta-bg: #fd5e15;
      --header-primary-cta-border: #fd5e15;
      --header-primary-cta-text: #FFFFFFFF;
      --header-primary-cta-background-hover: #DF4700;
      --header-primary-cta-border-hover: #DF4700;
      --header-primary-cta-text-hover: #FFFFFFFF;

      --header-secondary-cta-bg: #95B91A;
      --header-secondary-cta-border: #95B91A;
      --header-secondary-cta-text: #FFFFFF;
      --header-secondary-cta-background-hover: #718c14;
      --header-secondary-cta-border-hover: #718c14;
      --header-secondary-cta-text-hover: #FFFFFF;

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

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

      --sidebar-background: #374151FF;
      --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: rgba(255,96,174.75,1);
      --filters-menu-item-background-hover: rgba(229.5,38.7,133.20000000000002,1);
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: rgba(191.25,32.25,111,1);
    }
  