/* Vazirmatn Variable Font */
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazir/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome 6 - Solid */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;  /* ✅ تغییر داده شد */
  src: url('../fontawesome6/webfonts/fa-solid-900.woff2') format('woff2');
}

/* Font Awesome 6 - Brands */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;  /* ✅ تغییر داده شد */
  src: url('../fontawesome6/webfonts/fa-brands-400.woff2') format('woff2');
}

/* اعمال فونت به اجزای سایت */
body,
h1, h2, h3, h4, h5, h6,
nav, .navbar, .widget-title,
button, input, select, textarea {
  font-family: 'Vazirmatn', sans-serif;
}
