/* Pureflex RTL overrides. Most of the layout uses logical properties
 * (inset-inline-*, margin-inline-*) so it mirrors automatically.
 * This file swaps the font stack to Cairo and fixes a few pixel details. */

body { font-family: 'Cairo', 'Barlow', sans-serif; }
h1, h2, h3, h4, h5, h6, .pf-btn, .pf-nav-link, .pf-hero__t, .pf-hero__eyebrow,
.pf-section-header h2, .pf-card__title, .pf-footer__h, .pf-promo-band__t,
.pf-about-hero h1, .pf-trust__t, .pf-cat-tile__t, .pf-why__t {
	font-family: 'Cairo', 'Barlow Condensed', sans-serif;
	letter-spacing: 0;
}
.pf-utility__phone { direction: ltr; }
.pf-marquee__track { animation-direction: reverse; }
.pf-card__hl .chev { transform: scaleX(-1); display: inline-block; }
.pf-breadcrumb .sep::before { content: '\\'; }
