/* Peyda — licensed font (fontiran.com), not a free CDN. The font files
   themselves aren't bundled with this repo for licensing reasons — drop
   your licensed .woff2 files in /public/fonts/peyda/ with these exact
   names to activate it. Until then, the site quietly falls back to
   Vazirmatn (see src/index.css) — a missing font file here should never
   break anything, which is exactly why this lives in /public and not in
   src/index.css: files here are served as-is and never go through
   webpack's build-time module resolution, so a missing .woff2 just 404s
   quietly in the browser instead of failing the entire production build. */
@font-face { font-family: 'Peyda'; font-weight: 100; font-display: swap; src: url('/fonts/peyda/Peyda-Thin.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 200; font-display: swap; src: url('/fonts/peyda/Peyda-ExtraLight.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 300; font-display: swap; src: url('/fonts/peyda/Peyda-Light.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 400; font-display: swap; src: url('/fonts/peyda/Peyda-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 500; font-display: swap; src: url('/fonts/peyda/Peyda-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 600; font-display: swap; src: url('/fonts/peyda/Peyda-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 700; font-display: swap; src: url('/fonts/peyda/Peyda-Bold.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 800; font-display: swap; src: url('/fonts/peyda/Peyda-ExtraBold.woff2') format('woff2'); }
@font-face { font-family: 'Peyda'; font-weight: 900; font-display: swap; src: url('/fonts/peyda/Peyda-Black.woff2') format('woff2'); }