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

html,
body {
  margin: 0;
  padding: 0;
}

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

body {
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, figure, figcaption {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25em;
}

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


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

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}


:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 3px;
}

