* {
  box-sizing: border-box;
}
html {
  color-scheme: light dark;
}
body {
  font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
}
button {
  font-size: inherit;
  font-family: inherit;
}