/*
Theme Name: Ihyaa
Theme URI: https://ihyaa-center.com
Author: Ihyaa
Author URI: https://ihyaa-center.com
Description: WordPress theme for Ihyaa Engineering Consultancy. RTL-first with full LTR support, Elementor-compatible, with Tailwind CSS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ihyaa
Tags: rtl-language-support, custom-logo, custom-colors, featured-images, theme-options, translation-ready
*/

* {
  font-family: 'Tajawal', sans-serif;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Logical property aliases for older browsers */
.ms-auto { margin-inline-start: auto; }
.me-auto { margin-inline-end: auto; }
.ps-0 { padding-inline-start: 0; }
.pe-0 { padding-inline-end: 0; }
