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;
}

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