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

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

      --brand-primary-accent: rgba(249,200.25,212.25,1);
      --brand-primary-hover: rgba(222.3,163.8,178.20000000000002,1);
      --brand-primary-dark: rgba(185.25,136.5,148.5,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: #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: #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: #79747987;
      --category-background-hover: #374151;
      --category-background-active: #374151;

      --footer-background: #F0F0F0FF;
      --footer-text: #E5E5E5FF;
      --footer-text-disclaimer: #D7D7D7FF;

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

      --filters-background: #f7b6c6;
      --filters-menu-background: #f7b6c6;
      --filters-background-gradient-start: #ffc5d6;
      --filters-background-gradient-end: #88646d;

      --filters-item-background: #e50038;
      --filters-item-background-hover: #f7b6c6;
      --filters-item-text: #FFFFFFFF;

      --filters-menu-item-background: #e50038;
      --filters-menu-item-background-hover: #f7b6c6;
      --filters-menu-item-text: #FFFFFFFF;
      --filters-menu-item-check: #f7b6c6;
    }
  