*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  line-height: 1.25;
  font-size: 20px;
}

h1, h2, h3 {
  font-weight: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* h3 {
  font-family: "Inconsolata", monospace;
} */

h1, h2 {
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-weight: 800;
}

ul li, 
ol li {
  list-style: none;
}

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

img {
  object-fit: cover;
}

img.top {
  object-position: top;
}

img.bottom {
  object-position: bottom;
}

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

/* @media (min-width: 768px) {
  *, *::before, *::after {
    font-size: 1.3rem;
    line-height: 1.4;
  }
} */
