#root {
  min-height: 100vh;
  display: flex;
  min-width: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  font-family: Inter, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

body {
  padding-right: 0px !important;
  margin: 0px !important;
  overflow-y: scroll;
  min-height: 100vh !important;
}

::selection {
  background: #005c74;
  color: #fff;
}
