@font-face {
  font-family: Poppins;
  src: local("Poppins"), url(/assets/Poppins-Regular-78f12727.ttf) format("opentype");
}

@font-face {
  font-family: Poppins;
  font-weight: bold;
  src: local("Poppins"), url(/assets/Poppins-Bold-c24de569.ttf) format("opentype");
}

@font-face {
  font-family: Poppins;
  font-weight: 600;
  src: local("Poppins"), url(/assets/Poppins-Medium-e554db18.ttf) format("opentype");
}

@font-face {
  font-family: Poppins;
  font-weight: 400;
  src: local("Poppins"), url(/assets/Poppins-Light-b0499eb6.ttf) format("opentype");
}


/* D-DIN-Bold */
@font-face {
  font-family: Din;
  src: local("Din"), url(/assets/D-DIN-6d67834e.otf) format("opentype");
}

@font-face {
  font-family: Din;
  font-weight: bold;
  src: local("Din"), url(/assets/D-DIN-Bold-b0f96a37.otf) format("opentype");
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}