html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden !important;
  background-color: #fffffe;
  font-family: "Amsi Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "Amsi Pro";
  src: url("/assets/fonts/AmsiProNormal-Black.otf") format("opentype");
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "Amsi Pro";
  src: url("/assets/fonts/AmsiProNormal-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amsi Pro";
  src: url("/assets/fonts/AmsiProNormal-Bold.otf") format("opentype");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amsi Pro";
  src: url("/assets/fonts/AmsiProNormal-SemiBold.otf") format("opentype");
  font-weight: 600; /* SemiBold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amsi Pro Condensed";
  src: url("/assets/fonts/AmsiProCondensed-Ultra.otf") format("opentype");
  font-weight: 900; /* Ultra Bold */
  font-style: normal;
  font-display: swap;
}
