html {
  font-family: "mr-eaves-xl-modern", sans-serif;
}

*,
h1,
h2,
h3 {
  margin: 0;
}

/* Gelo Light */
h1 {
  font-family: "gelo", serif;
  font-weight: 300;
  font-style: normal;
}

/* Gelo Bold */
h2 {
  font-family: "gelo", serif;
  font-weight: 700;
  font-style: normal;
}

/* Gelo Regular */
h3 {
  font-family: "gelo", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #2dbad6;
}

p.introduction {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 1.875rem 0;
}

b, strong {
  font-weight: 700;
}

.skip-to-content {
  padding: 10px 20px;
  position: absolute;
  top: -60px;
  left: 0;
  color: #fff;
  background: #2dbad6;
  border-bottom-right-radius: 8px;
  z-index: 20000;
  text-decoration: none;
  font-weight: 700;
  transition: top 0.2s;
}
.skip-to-content:focus {
  top: 0;
  text-decoration: underline;
}

/*# sourceMappingURL=global.css.map */
