/*
Theme Name: Rowad Al-Ibtikar
Theme URI: https://rowadalebtikar.com
Description: Professional construction & contracting WordPress theme inspired by premium booking platforms
Version: 1.0.0
Author: Rowad Al-Ibtikar
Text Domain: rowad
*/

/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #2a2a2a;
    background: #ffffff;
    direction: rtl;
    text-align: right;
}

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

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

ul {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
}
