/*
Theme Name: MLE Framework
Theme URI: https://moreluxuryeg.com
Author: More Luxury Egypt
Author URI: https://moreluxuryeg.com
Description: Lightweight Elementor-ready WordPress starter theme for More Luxury Egypt.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: mle-framework
*/

:root {
  --mle-navy: #0F2747;
  --mle-gold: #C8A96A;
  --mle-white: #FFFFFF;
  --mle-light: #F8FAFC;
  --mle-text: #1F2937;
  --mle-border: #E5E7EB;
  --mle-radius: 12px;
  --mle-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mle-text);
  background: var(--mle-white);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--mle-navy); text-decoration: none; }
a:hover { color: var(--mle-gold); }
h1,h2,h3,h4,h5,h6 { margin: 0 0 18px; color: var(--mle-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; line-height: 1.15; }
p { margin: 0 0 18px; }
.mle-container { width: min(100% - 40px, var(--mle-container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
