/* PrintPulse — local fonts (Manrope).
   NO external CDNs. Woff2 files live in /public/fonts/manrope/.
   To swap the typeface: drop new woff2 files in that folder and update the
   src paths below (keep the same font-family name to avoid touching the app). */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/manrope/manrope-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/manrope/manrope-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/public/fonts/manrope/manrope-v20-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/public/fonts/manrope/manrope-v20-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/public/fonts/manrope/manrope-v20-latin-800.woff2") format("woff2");
}
