:root {
  --bg-body-background: #18181B;
  --bg-body-text: #CCC;

  --brand-primary: #2AA5E4FF;
  --brand-secondary: #2AA5E4;
  --brand-primary-accent: #1C99D9;
  --brand-primary-hover: #1989C2;
  --brand-primary-dark: #1679AC;
  --brand-secondary-hover: #1989C2;
  --brand-secondary-light: #dbeafe;
  --brand-chat-icon-active: #FFFFFFFF;
  --brand-chat-icon-inactive: #B3B3B3FF;

  --header-background: #18181B;
  --header-text: #ccc;
  --header-icons: #fff;
  --header-credits-background: #2AA5E4;
  --header-credits-border: #2AA5E4;

  --header-primary-cta-bg: #475FF3FF;
  --header-primary-cta-border: #7C8CFF00;
  --header-primary-cta-text: #FFFFFF;
  --header-primary-cta-background-hover: #475FF3FF;
  --header-primary-cta-border-hover: #7C8CFFFF;
  --header-primary-cta-text-hover: #FFFFFF;

  --header-secondary-cta-bg: #0E0101BA;
  --header-secondary-cta-border: #E7E7E700;
  --header-secondary-cta-text: #FFFFFFFF;
  --header-secondary-cta-background-hover: #0E0101BA;
  --header-secondary-cta-border-hover: #E7E7E7FF;
  --header-secondary-cta-text-hover: #E5E7EBFF;

  --category-text: #FFFFFF !important;
  --category-background: #475FF3FF;
  --category-background-hover: #475FF3FF;
  --category-background-active: #233FF6FF;

  --footer-background: #1F1F1F;
  --footer-text: #FFFFFFFF;
  --footer-text-disclaimer: #00000000;

  --sidebar-background: #374151FF;
  --sidebar-text: #FFFFFF;

  --filters-background: #2DBFFCFF;
  --filters-menu-background: #F6E5EAFF;
  --filters-background-gradient-start: #31ceff;
  --filters-background-gradient-end: #19698b;
  --filters-item-background: #1C99D9;
  --filters-item-background-hover: #1C99D9FF;
  --filters-item-text: #FFFFFFFF;
  --filters-menu-item-background: #1C99D9;
  --filters-menu-item-background-hover: #1989C2;
  --filters-menu-item-text: #FFFFFFFF;
  --filters-menu-item-check: #1679AC;
}