:root {
  --global-bg: #fff;
  --card-bg: #fff;
  --text-color: #4c4948;
  --theme-color: #49b1f5;
  --theme-hover-color: #33a3dc;
  --border-color: #e3e8f7;
  --second-color: #49b1f5;
  --third-color: #1f2d3d;
  --light-text-color: #999;
  --hr-border: #a4d8fa;
  --scrollbar-color: #49b1f5;
}