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

html {
  interpolate-size: allow-keywords;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

svg {
  overflow: visible;
}

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

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

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

button {
  cursor: pointer;
}
