/* Trend Mail brand fonts — served from /assets/fonts/ (Caddy static route).
   Self-hosted on purpose: Google/CDN font hosts are unreliable from Iranian
   networks, and these include purchased families that must not be hotlinked.
   font-display: swap everywhere — mail must render before fonts arrive. */

/* Peyda 4 Pro — variable font, one 94 KB file covers every weight. */
@font-face {
  font-family: 'Peyda';
  src: url('peyda/PeydaWebVF.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

/* IRANSharp */
@font-face {
  font-family: 'IRANSharp';
  src: url('iransharp/iransharp_light_web.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSharp';
  src: url('iransharp/iransharp_regular_web.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IRANSharp';
  src: url('iransharp/iransharp_bold_web.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* Pelak */
@font-face {
  font-family: 'Pelak';
  src: url('pelak/Pelak-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Pelak';
  src: url('pelak/Pelak-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Pelak';
  src: url('pelak/Pelak-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* Poppins */
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('poppins/Poppins-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat/Montserrat-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat/Montserrat-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat/Montserrat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('montserrat/Montserrat-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ---- round 2: the remaining purchased families ---------------------------- */

/* B Titr — classic Persian headline face; single bold cut, declared across
   the weight range so it renders whether or not bold is toggled. */
@font-face {
  font-family: 'B Titr';
  src: url('btitr/BTitr-Bold.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}

/* B Yagut */
@font-face {
  font-family: 'B Yagut';
  src: url('byagut/BYagut-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'B Yagut';
  src: url('byagut/BYagut-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* Damavand — display face, extra-bold only. */
@font-face {
  font-family: 'Damavand';
  src: url('damavand/Damavand-ExtraBold.woff2') format('woff2');
  font-weight: 400 800;
  font-display: swap;
}

/* Meem — variable font, one file covers every weight. */
@font-face {
  font-family: 'Meem';
  src: url('meem/MeemVF.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

/* Google Sans (Product Sans) */
@font-face {
  font-family: 'Google Sans';
  src: url('googlesans/ProductSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url('googlesans/ProductSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url('googlesans/ProductSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Google Sans';
  src: url('googlesans/ProductSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Helvetica (licensed) */
@font-face {
  font-family: 'Helvetica W';
  src: url('helvetica/Helvetica-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica W';
  src: url('helvetica/Helvetica-Oblique.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica W';
  src: url('helvetica/Helvetica-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica W';
  src: url('helvetica/Helvetica-BoldOblique.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
