@font-face {
  font-family: "DINPro";
  src: url("./DINPro-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("./DINPro-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "DINPro-Regular";
  src: url("./DINPro-Regular.otf");
  font-weight: 400;
}

/*@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}*/
