*,
*::after,
*::before {
  box-sizing: border-box;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

input,
textarea,
button,
select {
  font: inherit;
}

html {
  color-scheme: dark light;
}
body {
  min-height: 100vh;
}
