@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #ffffff;
}

.home {
  background: url("../images/mobile-background-coming-soon.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (min-width: 600px) {
  .home {
    background: url("../images/desktop-background-coming-soon.webp") no-repeat center center;
    background-size: cover;
  }
}

#content {
  position: absolute;
  top: 50%;
  width: 80%;
  max-width: 600px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 768px) {
  #content {
    font-size: 1.25rem;
  }
}
@media (min-width: 960px) {
  #content {
    font-size: 1.4rem;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #content {
    font-size: 1.625rem;
  }
}

footer {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 60px;
}
footer .footer-logo img {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  footer .footer-logo {
    margin-bottom: 40px;
  }
}
footer #copyright {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
footer #copyright span {
  display: block;
}
@media (min-width: 768px) {
  footer #copyright span {
    display: inline;
  }
}

/*# sourceMappingURL=main.css.map */
