/* =========================================================================
   ltr.css — Fine-tuning loaded only for the English (LTR) version.
   Layout direction itself is handled by CSS logical properties in
   style.css; this file only adjusts typographic details that read
   better in Latin script than in Persian/Kurdish.
   ========================================================================= */

.is-ltr body{
	font-feature-settings:"kern" 1, "liga" 1;
}

/* Vazirmatn's Latin cut is comfortable a touch tighter than its Arabic-script metrics */
.is-ltr h1,
.is-ltr h2,
.is-ltr h3,
.is-ltr .hero__title{
	letter-spacing:-.02em;
}

.is-ltr .eyebrow,
.is-ltr .process-step__num,
.is-ltr .svc-card__tags span,
.is-ltr .pf-card__cat{
	letter-spacing:.08em;
	text-transform:uppercase;
}

.is-ltr .brand__word{
	letter-spacing:-.01em;
}

/* Slightly roomier line length feels right for Latin body copy */
.is-ltr .hero__desc,
.is-ltr .section-desc{
	max-width:52ch;
}
