* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Montserrat;
  src: url(../../../Font/Montserrat-VariableFont_wght.ttf);
}

/* @font-face {
  font-family: opensans-italic;
  src: url("../../Font/OpenSans-Italic-VariableFont_wdth,wght.ttf");
}
@font-face {
  font-family: opensans;
  src: url("../../Font/OpenSans-VariableFont_wdth,wght.ttf");
} */

/* @font-face {
  font-family: oktahneueullt;
  src: url(../../Font/oktahneue-ullt.otf);
}

@font-face {
  font-family: "Frutiger";
  src: url("../../Font/Frutiger Extra Black Cn Regular.ttf");
} */

body {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  overflow-x: clip !important;
  font-family: Montserrat;
  position: absolute;
}
/* html {
  width: 100vw;
  overflow-x: hidden;
} */
