/* =======================
   فونت ایران سنس برای کل سایت
======================= */

/* تعریف فونت‌های ایران سنس */
@font-face {
    font-family: 'IranianSans';
    src: url('/clinic/assets/fonts/Iranian Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IranianSans';
    src: url('/clinic/assets/fonts/Iranian Sans Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت ایران سنس روی کل body و متن‌ها */
body, p, span, a, li, input, textarea, button {
    font-family: 'IranianSans', sans-serif !important;
}

/* تیترها و عناصر بولد */
h1, h2, h3, h4, h5, h6, strong, b {
    font-family: 'IranianSans', sans-serif !important;
    font-weight: bold !important;
}

/* وزن‌های مختلف برای کلاس‌ها */
.light {
    font-weight: 300 !important;
}

.medium {
    font-weight: 500 !important;
}

.black {
    font-weight: 900 !important;
}

/* اعمال روی Popover و Tooltip های Bootstrap */
.popover, .tooltip {
    font-family: 'IranianSans', sans-serif !important;
}

/* دکمه‌ها و فرم‌ها */
button, input, select, textarea {
    font-family: 'IranianSans', sans-serif !important;
}
