/* ==================== VAZIRMATN ==================== */

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==================== MORABBA ==================== */

@font-face {
    font-family: 'Morabba';
    src: url('/fonts/Morabba-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Morabba';
    src: url('/fonts/Morabba-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Morabba';
    src: url('/fonts/Morabba-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Morabba';
    src: url('/fonts/Morabba-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Morabba';
    src: url('/fonts/Morabba-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ==================== اعمال فونت به کل سایت ==================== */

/* Reset - همه المان‌ها */
*,
*::before,
*::after {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}

html {
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
}

body {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
    font-weight: 400;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* عناوین با فونت Morabba (بازیگوش و کودکانه) */
h1, h2, h3, h4, h5, h6,
.section-title,
.logo-title,
.grade-title,
.player-name strong,
.grade-title {
    font-family: 'Morabba', 'Vazirmatn', 'Tahoma', sans-serif !important;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* دکمه‌ها */
button,
.btn,
.user-btn,
.menu-item,
.grade-badge,
.lesson,
.player-profile-btn {
    font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
    font-weight: 700;
}

/* فرم‌ها */
input,
textarea,
select,
label {
    font-family: 'Vazirmatn', 'Tahoma', sans-serif !important;
}

/* پاراگراف‌ها */
p, span, a, div, li {
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
}