@font-face {
  font-family: "Inter";
  src: url("./inter.ttf") format("truetype");
}
body {
  background-color: #fff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0;
}
body * {
  color: #363740;
}

span {
  width: 100%;
  border-top: 1px #fafafa solid;
  margin-bottom: 4vh;
}

.dashboard_screen {
  height: 64vh;
  background-color: #fafafa;
  border-radius: 2.7vh;
  box-sizing: border-box;
  padding: 3vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard_screen .dashboard_screen_header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.dashboard_screen .dashboard_screen_header div {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.dashboard_screen .dashboard_screen_header div p {
  font-size: 12px;
  color: rgba(54, 55, 64, 0.5019607843);
  margin: 0;
}
.dashboard_screen .dashboard_screen_header div h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.dashboard_screen .dashboard_screen_content {
  height: 47vh;
  aspect-ratio: 0.32;
  background-color: #fff;
  border-radius: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}/*# sourceMappingURL=dash.css.map */