/* تعریف فونت‌ها با آدرس‌دهی مستقیم از ریشه */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/edu/review/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/edu/review/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Lalezar';
  src: url('/edu/review/assets/fonts/Lalezar-Regular.woff2') format('woff2');
  font-weight: normal;
}

/* اعمال به کل صفحات */
body {
  font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
h1, .lalezar {
  font-family: 'Lalezar', cursive !important;
}

button, input, select, textarea, .mood-button {
    font-family: 'Vazirmatn', sans-serif;
}
