@layer base {

  html {
    font-size: 100%;
  }


  body {
    font-family: var(--font-sans);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none; 
  }
  
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}
