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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: 1em;
  font-weight: normal;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
  text-transform: inherit;
  color: inherit;
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  padding: 0;
  background: none;
  border: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:focus {
  outline: 0;
}

input {
  outline: 0;
  border-radius: 0;
}
