:root {
  --font-primary: "fustat-latin";
}

.hero-title {
  font-size: 65px;
}

.hero-subtitle {
  font-size: 45px;
}

.hero-content {
  margin-top: 150px;
}

.language-switcher a {
  align-items: center;
}

.footer-links a {
  font-size: 14.994px;
}

.download-btn {
  flex-direction: row-reverse;
}

.download-btn .content {
  align-items: flex-start;
}

.tab-btn {
  font-size: 24px;
}

.hero-description,
.thumbnail-text .des p,
.journey-title,
.journey-description,
.tab-btn,
.options .option .label .info .main,
.options .option .label .info .sub,
.partners-title,
.app-content h2,
.app-content p,
.footer-contact {
  font-family: "fustat-latin";
}

@media (max-width: 991px) {
  .hero-description {
    font-size: 14px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 32px;
  }

  .hero-content {
    margin-top: 100px;
  }

  .options .option .label .info .main {
    font-size: 40px;
  }

  .journey-title {
    font-size: 40px;
  }

  .tab-btn {
    font-size: 18px;
  }
}
