/*
Theme Name: Aman Almyah Theme
Theme URI: https://aman-almyah.local
Author: Ahmed Soliman 3pearl
Author URI: https://aman-almyah.local
Description: Custom Arabic RTL theme for an engineering and waterproofing company.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aman-almyah
Tags: rtl-language, custom-colors, custom-logo, full-width-template
*/

/* =====================================================
   CSS Custom Properties
   ===================================================== */
:root {
  --color-primary: #0651a2;
  --color-dark: #011020;
  --color-text: #2c3e50;
  --header-height: 80px;
  --font-main: "Tajawal", sans-serif;
}

/* =====================================================
   Base Resets
   ===================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  color: var(--color-text);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}
