:root {
  --titleFont: "Inter", sans-serif;
  --bodyFont: "Inter", sans-serif;
  --primaryColor: #537FE7 ;
  --secondaryColor: #5E5E5E ;
  --whiteColor: #ffffff;
  --titleColor: #181823;
  --hoverColor: #000;
  --bodyColor: #5E5E5E;
  --partialColor: #181823;
  --btnColor: #15171A;
  --button-bg: #537FE7;
  --button-bg-hover: #5E5E5E;
}

.rt-coming-soon span {
  font-family: var(--titleFont);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.4px;
  width: 81px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  border: 1px solid var(--gray-slate-light-100);
  border-radius: 8px;
}/*# sourceMappingURL=coming-soon.css.map */