/* Manrope ships in built CSS as /fonts/*.ttf but the file is not in public/ — use CDN. */
@font-face {
  font-family: "Manrope";
  src: url("https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
