@font-face{ font-display: swap; 
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/vero-inci/static/fonts/Inter-Variable.woff2') format('woff2-variations');

/* Applica Inter con fallback di sistema (riduce FOIT, migliora leggibilità) */
body{
  font-family:'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;

