/*
 * PCM Agency — RTL fine-tuning.
 * The main stylesheet uses CSS logical properties, so layout flips
 * automatically. Only typography- and direction-specific tweaks live here.
 */

body.pcm-theme {
	letter-spacing: 0;
}

/* Arabic reads best slightly larger with taller leading */
body.pcm-theme {
	font-size: 1.0925rem;
	line-height: 1.95;
}

.pcm-hero__title {
	line-height: 1.32;
	font-weight: 800;
}

.pcm-section-head__title em,
.pcm-footer__headline em,
.pcm-footer__since,
.pcm-value__num {
	font-style: normal; /* italics look broken in Arabic */
}

.pcm-kicker,
.pcm-work__client,
.pcm-lang__item {
	letter-spacing: 0;
}

/* numbers inside stats keep LTR digits flow */
.pcm-stat__num {
	direction: ltr;
}
