@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.fontcdn.ir/Font/Vazir/Vazir.woff2') format('woff2');
}
body {
    font-family: 'Vazir', sans-serif;
}

/* /css/style.css */
body {
    font-family: 'Vazir', sans-serif;
    direction: rtl;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.search-form {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.search-form input {
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.search-form button {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
