@font-face {
  font-family: "DB Heavent";
  src: url("/assets/fonts/DB Heavent v3.2.1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background: linear-gradient(180deg, #ffffff 10%, #f3af1b 75%) no-repeat;
}

.font-dbh {
  font-family: "DB Heavent", "Helvetica Neue", Arial, sans-serif;
}

section {
  width: 100%;
  padding: 2.5rem 1rem;
}

section > * {
  max-width: 1146px;
  margin: 0 auto;
}

button {
  /* background-image: url("/assets/button_inactive.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  color: #999;
  font-weight: 500;
}

button.active {
  /* background-image: url("/assets/button.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #000;
}

button img {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  pointer-events: none;
}

button img:last-of-type {
  opacity: 1;
}

button.active img:first-of-type {
  opacity: 1;
}

button.active img:last-of-type {
  opacity: 0;
}
