/* ============================================================
   Nobatyar — SELF-HOSTED «Peyda» (پیدا) font — full weight pack.
   Both web formats ship with the plugin:
     • .woff2  (modern browsers — primary)
     • .ttf    (fallback — old Android WebView, print, offline)
   The plugin NEVER inherits the site theme fonts.
   ============================================================ */
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-Thin.woff2') format('woff2'),
       url('../fonts/pada/Peyda-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-ExtraLight.woff2') format('woff2'),
       url('../fonts/pada/Peyda-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-Light.woff2') format('woff2'),
       url('../fonts/pada/Peyda-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-Regular.woff2') format('woff2'),
       url('../fonts/pada/Peyda-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-Medium.woff2') format('woff2'),
       url('../fonts/pada/Peyda-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-SemiBold.woff2') format('woff2'),
       url('../fonts/pada/Peyda-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-Bold.woff2') format('woff2'),
       url('../fonts/pada/Peyda-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-ExtraBold.woff2') format('woff2'),
       url('../fonts/pada/Peyda-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Peyda';
  src: url('../fonts/pada/Peyda-Black.woff2') format('woff2'),
       url('../fonts/pada/Peyda-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
