@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "SVN-Gilroy-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SVN-Gilroy Regular.woff") format("woff");
}
@font-face {
  font-family: "SVN-Gilroy-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SVN-Gilroy Regular.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy-Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SVN-Gilroy Heavy.otf") format("opentype");
}

#zo88-page {
  width: 100%;
}

.main-container {
  width: fit-content;
  transform-origin: top left;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
