

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

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
}

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

svg {
  fill: currentColor;
}

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

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

p, li, dd, blockquote, figcaption {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  text-wrap: balance;
}

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

a {
  color: inherit;
  text-decoration-skip-ink: auto;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  
  min-width: 0;
}

legend {
  padding: 0;
}

table {
  border-collapse: collapse;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

