﻿@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2'), url('/fonts/Vazirmatn-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* برای لود سریع‌تر */
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2'), url('/fonts/Vazirmatn-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
:root, html, body, * {
    font-family: 'Vazirmatn', sans-serif ;
}

/* مطمئن شدن که المنت‌های خاص هم تغییر کنن */
h1, h2, h3, h4, h5, h6, p, a, span, div, input, textarea, button, li, ul, ol {
    font-family: 'Vazirmatn', sans-serif !important;
}


/* استایل برای هدر */
/*.fixed-header {
    width: 100%;
    z-index: 1000;*/ /* بالای بقیه المنت‌ها */
    /*background-color: #fff;*/ /* پس‌زمینه سفید (می‌تونی تغییر بدی) */
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/ /* سایه */
    /*transition: all 0.3s ease;*/ /* برای انیمیشن نرم */
/*}*/

/* استایل برای سرچ‌باکس */
/*.fixed-search {
    width: 100%;
    z-index: 999;*/ /* کمی پایین‌تر از هدر */
    /*background-color: #fff;*/ /* پس‌زمینه سفید */
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/ /* سایه */
    /*transition: all 0.3s ease;*/ /* برای انیمیشن نرم */
/*}*/

/* کلاس برای حالت ثابت (هنگام اسکرول) */
/*.fixed {
    position: fixed;
    top: 0;
}*/

/* کلاس برای تنظیم موقعیت سرچ‌باکس هنگام اسکرول */
/*.fixed-search.fixed {
    top: 0;*/ /* این مقدار با جاوااسکریپت تنظیم می‌شه */
/*}*/

/* هدر: در بالای صفحه ثابت بماند */
/*#top-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    background: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
*/