@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*, h1, h2, h3, h4, h5, h6, blockquote {
  font-family: "Rubik", sans-serif;
}

#homeBanner {
  position: relative;
}
#homeBanner img {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=custom.css.map */