html,
body {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 100%;
}

body > .content {
  overflow: auto;
}

.button.is-meggi {
  background-color: #869b85;
  color: white;
}

.button.is-meggi-dark {
  background-color: #353e34;
  color: white;
}

.video-player {
  border: white solid 10px;
  border-radius: 10px;
  height: 60vh;
}

#hero-button {
  color: #6c826b !important;
}

span > svg {
  color: black;
}

.meggi-background {
  background-color: #869b85 !important;
}

.hidden-radio {
  visibility: hidden;
}

.borderSelected {
  border: 4px solid #869b85;
}
