*, *::before, *::after {
  box-sizing: border-box;
  font: inherit;
  text-wrap: pretty;
}

img, audio, video, figure, picture {
  display: block;
  width: 100%;
  height: auto;
}

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

header, footer, main, section, article {
  container-type: inline-size;
}

body {
  min-height: 100vh;
}

html {
  color-scheme: light dark;
}

* {
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=hard-reset.css.map */
