
/* Normal axis (wght 100–900) */
@font-face {
  font-family: "Public Sans";
  src: url("./fonts/publicsans/PublicSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Italic axis (wght 100–900) */
@font-face {
  font-family: "Public Sans";
  src: url("./fonts/publicsans/PublicSans-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Optional: make it the default body font (front-end) */
body {
  font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* If you rely on Bootstrap’s var, mirror it */
:root {
  --bs-body-font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
