/* فونت تمام وب سایت */
body {
  font-family: Montserrat, sans-serif !important;
}

/* فونت عناوین */
h1, h2, h3, h4, h5, h6 {
  font-family: Inter, sans-serif !important;
  font-size: clamp(1.328rem, 15rem + 1vw, 1.797rem) !important;
}

/* فونت منو سایدبار */
nav.mobile-menu ul.main-menu li a {
  font-family: Cormorant Garamond, sans-serif !important;
  font-size: clamp(1.063rem, 12rem + 1vw, 1.438rem) !important;
}

/* سایز اسم هنرمند در سایدبار */
nav.mobile-menu h1 {
  font-family: Cormorant Garamond, sans-serif !important;
  font-size: clamp(1.859rem, 21rem + 1vw, 2.516rem) !important;
}

