@import url('https://rsms.me/inter/inter.css');

html, body { font-family: 'Inter', sans-serif; }

@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

html {
  scroll-behavior: smooth;
}