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

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

      --brand-primary-accent: rgba(245.25,63.75,63.75,1);
      --brand-primary-hover: rgba(217.8,0,0,1);
      --brand-primary-dark: rgba(181.5,0,0,1);

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

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

      --header-background: #FFFFFFFF;
      --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: #1f1f1f;
      --header-secondary-cta-background-hover: #00000000;
      --header-secondary-cta-border-hover: #E5E7EBFF;
      --header-secondary-cta-text-hover: #000000FF;

      --category-text: #FFFFFFFF !important;
      --category-background: rgba(0,0,0,.522);
      --category-background-hover: #374151;
      --category-background-active: #374151;

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

      --sidebar-background: #CCC;
      --sidebar-text: rgba(245.25,63.75,63.75,1);

      --filters-background: #F20000FF;
      --filters-menu-background: #F20000FF;
      --filters-background-gradient-start: #ff0000;
      --filters-background-gradient-end: #850000;

      --filters-item-background: rgba(245.25,63.75,63.75,1);
      --filters-item-background-hover: rgba(245.25,63.75,63.75,1);
      --filters-item-text: #FFFFFFFF;

      --filters-menu-item-background: rgba(245.25,63.75,63.75,1);
      --filters-menu-item-background-hover: rgba(217.8,0,0,1);
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: rgba(181.5,0,0,1);
    }
  