/**
 * Right-to-left foundational adjustments.
 */

body {
	direction: rtl;
	unicode-bidi: embed;
}

.home-hero__overlay {
	background: linear-gradient(270deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.28));
}

.about-hero__overlay {
	background: linear-gradient(270deg, rgba(8, 8, 8, 0.84), rgba(8, 8, 8, 0.3));
}

.whatsapp-button {
	inset-inline-end: max(1.25rem, env(safe-area-inset-left));
}

.site-footer__heading,
.project-masthead__categories a,
.about-hero__eyebrow,
.about-section__eyebrow,
.quote-hero__eyebrow {
	letter-spacing: 0;
}

.primary-navigation__menu,
.footer-menu,
.site-footer__contact,
.social-links {
	text-align: start;
}

@media (max-width: 63.9375rem) {
	.site-navigation {
		text-align: start;
	}
}

@media (max-width: 48rem) {
	.home-hero__overlay {
		background: rgba(8, 8, 8, 0.62);
	}

	.about-hero__overlay {
		background: rgba(8, 8, 8, 0.66);
	}
}
