/**
 * Shabnam - فونت فارسی شبنم
 * همه فرمت‌ها برای سازگاری با تمام دستگاه‌ها و مرورگرها
 * Format order: woff2 (modern) → woff → ttf → eot (IE legacy)
 */

/* Shabnam Regular (400) */
@font-face {
  font-family: "Shabnam";
  src: url("../lib/font-persian/Shabnam.eot");
  src: url("../lib/font-persian/Shabnam.eot?#iefix") format("embedded-opentype"),
       url("../lib/font-persian/Shabnam.woff2") format("woff2"),
       url("../lib/font-persian/Shabnam.woff") format("woff"),
       url("../lib/font-persian/Shabnam.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Shabnam Light (300) */
@font-face {
  font-family: "Shabnam";
  src: url("../lib/font-persian/Shabnam-Light.eot");
  src: url("../lib/font-persian/Shabnam-Light.eot?#iefix") format("embedded-opentype"),
       url("../lib/font-persian/Shabnam-Light.woff2") format("woff2"),
       url("../lib/font-persian/Shabnam-Light.woff") format("woff"),
       url("../lib/font-persian/Shabnam-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Shabnam Bold (700) */
@font-face {
  font-family: "Shabnam";
  src: url("../lib/font-persian/Shabnam-Bold.eot");
  src: url("../lib/font-persian/Shabnam-Bold.eot?#iefix") format("embedded-opentype"),
       url("../lib/font-persian/Shabnam-Bold.woff2") format("woff2"),
       url("../lib/font-persian/Shabnam-Bold.woff") format("woff"),
       url("../lib/font-persian/Shabnam-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
