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

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

      --brand-primary-accent: #DB2409CF;
      --brand-primary-hover: #D0021BFF;
      --brand-primary-dark: #C21A01CF;

      --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: #D0021BFF;
      --header-credits-border: #D0021BFF;

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

      --header-secondary-cta-bg: #00000000;
      --header-secondary-cta-border: #515151;
      --header-secondary-cta-text: #FFFFFFFF;
      --header-secondary-cta-background-hover: #00000000;
      --header-secondary-cta-border-hover: #E5E7EB;
      --header-secondary-cta-text-hover: #FFFFFFFF;

      --category-text: #FFFFFFFF !important;
      --category-background: #000000FF;
      --category-background-hover: #5F5F5FFF;
      --category-background-active: #5F5F5FFF;

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

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

      --filters-background: #FF324BF0;
      --filters-menu-background: #FF324BF0;
      --filters-background-gradient-start: #ff3651;
      --filters-background-gradient-end: #8c1c29;

      --filters-item-background: #DB2409CF;
      --filters-item-background-hover: #DB2409CF;
      --filters-item-text: #CCC;

      --filters-menu-item-background: #DB2409CF;
      --filters-menu-item-background-hover: #D0021BFF;
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: #C21A01CF;
    }
  