@import 'navbar.css';

:root {
  --color-text: #d3d3d3 !important;
  --color-text-hover: #e0e0e0 !important;
  --color-background: #000000 !important;
  --color-background-op25: #00000040;
  --color-background-op50: #0000007F;
  --color-background-op75: #000000BF;
  --color-background-hover: #474747 !important;
  --color-scrollbar-thumb: #484848 !important;
  --color-scrollbar: #cccccc !important;
  
  --color-body-bground: #f8f8f8 !important;
}

