*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
button {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img,
picture {
  max-width: 100%;
  display: block;
  object-fit: contain;
  height: auto;

}

input,
button,
textarea,
select, a {
  resize: none;
}

a,
button,
input, textarea, select, input::placeholder, textarea::placeholder {
  font: inherit;
  outline: none;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

input,
textarea,
select {
  outline: none;
  border: none;
}

input[type=submit],
select, button {
  cursor: pointer;
}

a,
button,
input {
  transition: all .3s linear;
}

path {
  transition: fill .3s linear;
}