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

html {
  color-scheme: light;
}

body,
h1,
h2,
p,
dl,
dd,
figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
}
