/* =========================================================
   reset.css — modern minimal reset
   ========================================================= */

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

html,
body,
div,
span,
header,
nav,
main,
footer,
section,
article,
aside,
h1, h2, h3, h4, h5, h6,
p,
a,
img,
ul,
ol,
li,
figure,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

button {
  background: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
