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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd,
hr {
  margin: 0;
  padding: 0;
}

/* No disc for unordered lists */
ul {
  list-style: none;
}

p {
  font-weight: 400;
}

body {
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

img,
picture,
embed,
iframe,
object,
video {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

/* forms */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

input,
textarea,
button {
  border: none;
}

button {
  cursor: pointer;
}

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

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
