/* Self-hosted fonts — served from /public/fonts/ (unhashed URLs). No network
   round-trips to fonts.googleapis.com or api.fontshare.com. font-display: swap
   ensures text is visible with the system fallback while the WOFF2 loads. */

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

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 700; /* variable font — covers all body weights */
  font-display: swap;
  src: url("/fonts/manrope-var.woff2") format("woff2");
}

@font-face {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/cabinet-800.woff2") format("woff2");
}

@font-face {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/cabinet-900.woff2") format("woff2");
}
