@font-face {
  font-family: "SF-Pro-Bold";
  src: url("./public/fonts/sf-pro/SFPRODISPLAYBOLD.OTF") format("opentype");
}
@font-face {
  font-family: "SF-Pro-Regular";
  src: url("./public/fonts/sf-pro/SFPRODISPLAYREGULAR.OTF") format("opentype");
}
html {
  overflow-x: hidden;
}

body {
  background-color: #F5F6F9;
  min-height: 100vh;
  color: #000118;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  overflow-x: hidden;
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-family: "SF-Pro-Bold";
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body .text-gold {
  color: #FED36E;
}
body .text-white {
  color: #ffffff;
}
body .min-vh-80 {
  min-height: 80vh;
}/*# sourceMappingURL=style.css.map */