@font-face {
  font-family: 'Inter';
  src: local('Inter'), local('Inter Variable');
}
:root{
  --glass: rgba(255,255,255,0.04);
}
html,body{height:100%}
.font-inter { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
