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

  --brand-primary: #E84204;
  --brand-secondary: #2AA5E4;
  --brand-primary-accent: rgba(234.75,165,95.25,1);
  --brand-primary-hover: rgba(205.20000000000002,121.5,37.800000000000004,1);
  --brand-primary-dark: rgba(171,101.25,31.5,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: #12455c;
  --header-credits-background: #2aa5e4;
  --header-credits-border: #2aa5e4;

  --header-primary-cta-bg: #95B91A;
  --header-primary-cta-border: #95B91A;
  --header-primary-cta-text: #FFFFFF;
  --header-primary-cta-background-hover: #718C14;
  --header-primary-cta-border-hover: #718C14;
  --header-primary-cta-text-hover: #FFFFFF;

  --header-secondary-cta-bg: #00000000;
  --header-secondary-cta-border: #6B7280;
  --header-secondary-cta-text: #D1D5DB;
  --header-secondary-cta-background-hover: #00000000;
  --header-secondary-cta-border-hover: #E5E7EBFF;
  --header-secondary-cta-text-hover: #E5E7EBFF;

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

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

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

  --filters-background: #2AA5E4;
  --filters-menu-background: #2AA5E4FF;
  --filters-background-gradient-start: #2db2f6;
  --filters-background-gradient-end: #175b7d;
  --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;
}