@font-face {
  font-family: 'Inter';
  src: 
    url('../fonts/inter/Inter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
