body {
    margin: 0;
    background: #ffffff;
    font-family: 'Cairo', sans-serif;
    color: #1f2a24;
    direction: rtl;
    text-wrap: pretty;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--green);
    text-decoration: none;
}

a:hover {
    color: var(--green-dark);
}

svg.lucide {
    width: 1em;
    height: 1em;
    stroke-width: 2;
}

input {
    font-family: 'Cairo', sans-serif;
}

input::placeholder {
    color: #a8b0ac;
}

/* مهم:
   لا نضع أي تنسيقات للفوتر هنا.
   تصميم الفوتر يأتي حصرياً من global.css + includes/footer.php
*/