/* Inspired byhttps://mattbrictson.com/blog/css-normalize-and-reset */
:root {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, figure, p, ol, ul {
  margin: 0;
}

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

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

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