/* فونت‌های اصلی فروشگاه در مسیر public نگهداری می‌شوند تا بدون پردازش Vite سرو شوند. */
@font-face {
  font-family: 'IranYekan';
  src: url('/fonts/yekan-regular.woff') format('woff'),
       url('/fonts/yekan-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('/fonts/IRANSansWeb.woff2') format('woff2'),
       url('/fonts/IRANSansWeb.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('/fonts/IRANSansWeb_Bold.woff2') format('woff2'),
       url('/fonts/IRANSansWeb_Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('/fonts/IRANSansWeb_Medium.woff2') format('woff2'),
       url('/fonts/IRANSansWeb_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('/fonts/IRANSansWeb_Light.woff2') format('woff2'),
       url('/fonts/IRANSansWeb_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  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-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
