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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100vw;
  text-wrap: pretty;
  overflow-wrap: break-word;
  word-break: break-word;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
  margin: 0;
  padding: 0;
}

button,
input,
textarea,
select,
fieldset {
  font: inherit;
  max-width: 100%;
}

button {
  border: 0;
}

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

img {
  max-inline-size: 100%;
  block-size: auto;
}

iframe {
  border: 0;
}
