@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/DMSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/DMSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: semi-bold;
  font-weight: 500;
  src: url("../fonts/DMSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/DMSans-Bold.ttf") format("truetype");
}
