/*
  Project webfont — Yekan Bakh FaNum (assets/fonts/), replacing the
  earlier placeholder font "Vazir" on 2026-08-19. This is the REAL font
  family name confirmed directly in every Figma Dev Mode CSS export seen
  throughout this project (font-family: 'Yekan Bakh FaNum') — no longer
  a guess. Two weights supplied: Regular (covers regular/medium, 400–500)
  and Bold (700).
*/

@font-face {
  font-family: "Yekan Bakh FaNum";
  src: url("../assets/fonts/YekanBakh-Regular.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh FaNum";
  src: url("../assets/fonts/YekanBakh-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
