.page {
  font-family: "DM Sans", "Noto Sans", ui-sans-serif, system-ui, sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@supports (font-size-adjust: from-font) {
  .page {
    font-size-adjust: from-font;
  }
}
