/* ======================================================
   00 — RESET
   ====================================================== */

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

ul,
ol {
  padding: 0;
  list-style: none;
}

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

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

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

button {
  border: none;
  background: transparent;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.2;
}

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