/* اعمال فونت پیدا در کل رابط — بعد از peyda.css لینک شود */

html {
    font-family: 'Peyda', Tahoma, Arial, sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, label, span, div, a, li, td, th,
button, input, select, textarea, optgroup, option,
.app-bar, .bottom-bar, .section-card, .modal, .toast-message,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__option {
    font-family: 'Peyda', Tahoma, Arial, sans-serif !important;
}

/* آیکون‌های Font Awesome نباید فونت متنی بگیرند */
.fa, .fas, .far, .fab, .fal, .fad,
[class^="fa-"]::before,
[class*=" fa-"]::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}
