/* Global styles and resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'vazir', sans-serif; /* پیش‌فرض فونت */
}

body {
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
}
