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

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

button {
  cursor: pointer;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap-style: pretty;
  max-width: 66ch;
}

ul,
ol {
  list-style-type: none;
}

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

fieldset {
  border: none;
}
