/*
 * Vazirmatn @font-face, declared once for every plain-HTML prototype.
 *
 * Copied verbatim into `public/vendor/preview/fonts.css` alongside
 * `public/vendor/fonts/`, so the paths below are relative to that layout — not
 * to this file's home in the repo. React apps do NOT use this file; they pull
 * the same woff2 through the `@shared` alias, which Vite fingerprints.
 *
 * Weights follow what the storyboards actually set: 400 body, 500 for the
 * numeric/label runs, 600 subheads, 700 headings.
 */

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/vazirmatn/Vazirmatn-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/vazirmatn/Vazirmatn-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/vazirmatn/Vazirmatn-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/vazirmatn/Vazirmatn-Bold.woff2") format("woff2");
}
