:root {
  --toolbar-height: 61px;
  --footer-height: 16px;
  --navbar-width: 250px;
  --sidebar-width: 350px;
  --sidebar-background: #255281;
}

body {
  font-size: 14px;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid var(--grey-100);
}

ul {
  list-style: disc !important;
}

ol {
  list-style: decimal !important;
}
