html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Segoe UI Variable Text", "SF Pro Text", "Noto Sans", Inter, "Segoe UI", sans-serif;
  font-synthesis: none;
}

body { line-height: 1.55; }
