@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Vollkorn:wght@600&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Quicksand", sans-serif;
}

body {
  position: relative;
  line-height: inherit;
}

ul {
  list-style: none;
}

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

input,
textarea {
  outline: none;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
}
