/* Persian-only typography and home-hero alignment */
@font-face {
  font-family: "Vazirmatn RYNEX";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
  unicode-range:
    U+0600-06FF,
    U+0750-077F,
    U+0870-088E,
    U+0890-0891,
    U+0897-08E1,
    U+08E3-08FF,
    U+200C-200E,
    U+2010-2011,
    U+204F,
    U+2E41,
    U+FB50-FDFF,
    U+FE70-FE74,
    U+FE76-FEFC;
}

.locale-fa {
  font-family: "Vazirmatn RYNEX", Tahoma, Arial, sans-serif;
  font-feature-settings: "kern" 1, "ss01" 1;
}

.locale-fa .page h1,
.locale-fa .page h1 em,
.locale-fa .service-detail h2,
.locale-fa .scope-preview h2,
.locale-fa .industry-card-face h2,
.locale-fa .industry-drawer h2 {
  font-family: "Vazirmatn RYNEX", Tahoma, Arial, sans-serif;
  font-style: normal;
}

.locale-fa .page h1,
.locale-fa .page h1 em {
  letter-spacing: -0.025em;
  font-weight: 800;
}

@media (min-width: 981px) {
  .locale-fa .page-home {
    justify-content: flex-end;
  }

  .locale-fa .hero-copy {
    width: min(48vw, 720px);
  }

  .locale-fa .hero-copy h1 {
    max-width: 720px;
  }
}

.locale-fa .hero-lead {
  max-width: 590px;
  color: #eef1ee;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}
