/*
Theme Name: Ahmad Alhawiti Law Firm
Description: Custom theme for Ahmad Alhawiti Law Firm - مكتب أحمد الحويطي للمحاماة
Author: Custom Development
Version: 3.0
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    padding-top: 80px;
}

/* Basic Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
