/* ====================================================================== *
 * File: landing-title.css
 * Location: static/css/landing-title.css
 * Description: Refined Persian display treatment for the public landing hero title.
 * Version: 1.1.0
 * Last Modified: Sat Aug 08 2026 - 23:02
 * Dependencies: Vazirmatn webfont loaded by templates/academy/landing.html
 * ====================================================================== */

/* -------------------------------------------------------------------------- *
 * 1. Persian hero title
 * -------------------------------------------------------------------------- */

.landing-center h1 {
  font-family: "Vazirmatn", "Vazir", "Shabnam", Tahoma, Arial, sans-serif;
  font-size: clamp(2.25rem, 4.2vw, 3.9rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.028em;
  direction: rtl;
  unicode-bidi: isolate;
}

/* -------------------------------------------------------------------------- *
 * 2. Mobile refinement
 * -------------------------------------------------------------------------- */

@media (max-width: 700px) {
  .landing-center h1 {
    font-size: clamp(2rem, 8.3vw, 3rem);
    letter-spacing: -0.024em;
  }
}

/* ============================= End of landing-title.css ============================= */
