@charset "utf-8";
/* Inter – variable font (TTF) */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;      /* matches your previous Google Fonts request */
  font-display: swap;
  src: url("/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
