@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-size: 16px;
}
.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-image: url("../images/coming-soon-bg.png");
  background-size: cover;
  flex-direction: column;
}
.coming-soon .gridLogo-container img {
  /* width: 24.1875rem;
  height: 6.4375rem; */
}

.coming-soon p {
  font-family: "Roboto-Light";
  color: #fff;
  /* font-size: 3.5625rem;
  margin-top: 5.625rem; */
  font-size: 2.5625rem;
  margin-top: 4rem;
}
.coming-soon .finTech {
  font-family: "Roboto-Thin";
  font-size: 3.125rem;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .coming-soon .gridLogo-container img {
    width: 13rem;
    height: auto;
  }
  .coming-soon p {
    margin-top: 3.125rem;
    font-size: 1.3rem;
  }
  .coming-soon .finTech {
    font-size: 1.2rem;
  }
}
