/* فونت‌ها به‌صورت لوکال سرو می‌شوند (نه از Google Fonts) چون CDN گوگل از داخل ایران
   کند یا فیلتر است و باعث می‌شد فونت فارسی لود نشود و به فونت پیش‌فرض سیستم برگردد. */

@font-face {
  font-family: 'Vazirmatn';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/vazirmatn-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/vazirmatn-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/vazirmatn-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/vazirmatn-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/vazirmatn-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/vazirmatn-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Caprasimo';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/caprasimo-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Figtree';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/figtree-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/figtree-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/figtree-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/figtree-700.woff2') format('woff2');
}

/* پالت «بازار» — عنوان‌ها/بنرها Big Shoulders، متن IBM Plex Sans، لیبل/قیمت IBM Plex Mono */
@font-face {
  font-family: 'Big Shoulders Display';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/bigshoulders-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Big Shoulders Display';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/bigshoulders-800.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/ibmplexsans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/ibmplexsans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/ibmplexsans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/ibmplexsans-700.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/ibmplexmono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/ibmplexmono-600.woff2') format('woff2');
}
