@import url("https://fonts.googleapis.com/css?family=Roboto:300&display=swap");

* {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

.loading-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("https://www.okt-trailer.com/assets/images/loading.gif")
    center no-repeat #fff;
  background-size: clamp(150px, 20vw, 200px) auto;
}
