:root {
  --primary-light: #c5cae9;
  --primary: #42a2ce;
  --primary-dark: #255a8c;
  --primary-darker: #303f9f;
  --primary-rgb: 37, 211, 102;

  --sidebar: #0f172a;
  --sidebar-text: #21d2f5;
  --sidebar-text-rgb: 33, 210, 245;
  --sidebar-width: 280px;

  --header-bg: #fff;
  --header-text: #121212;
  --header-hover: #128c7e;
  --header-height: 56px;

  --body-bg: #fff;
  --footer-height: 51px;
}
