/*
Theme Name:        MySalary
Theme URI:         https://mysalary.sa/
Author:            MySalary
Author URI:        https://mysalary.sa/
Description:       Bilingual (English / العربية) marketing theme for MySalary — Earned Wage Access for Saudi companies. Single-page front-page composed of editable sections via ACF Pro, with full Polylang support for content translation. Edit copy in WordPress admin under "Pages → Home" (and its Arabic counterpart). All site-wide strings are registered with Polylang and translatable in Languages → String Translations.
Version:           1.0.0
Requires at least: 6.0
Requires PHP:      7.4
License:           GPL v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       mysalary
Tags:              one-column, custom-menu, featured-images, translation-ready, rtl-language-support

The actual stylesheet enqueued on the front end is /assets/css/main.css.
This file only carries the theme header that WordPress requires.
*/
.lang-item-ar {
	font-family: 'Cairo', sans-serif;
}
html[dir="rtl"] .ms-hero h1 .ms-hero__highlight {
	line-height: 1.8;
}
html[dir="rtl"] .ms-btn svg {transform: rotate(180deg);}
@media (min-width: 768px) {
	html[dir="rtl"] .ms-hero__stage {
		left: 0;
		right: auto;
	}
}