@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  src: url("./static/DMSans-ExtraBold.ttf");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./static/DMSans-SemiBold.ttf");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./static/DMSans-Bold.ttf");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./static/DMSans-Medium.ttf");
}