html, body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5 {
  font-family: "Philosopher", sans-serif;
  line-height: 1em;
  font-weight: bold;
  margin: 1em 0;
}

.h1 {
  color: #CB4451;
  font-size: 3rem;
}

.h2 {
  color: #4B759A;
  font-size: 1.5rem;
}

.h3 {
  color: #666;
  font-size: 1.1rem;
  font-style: italic;
}

.c-brand {
  color: #4B759A;
}

.c-brand-alt {
  color: #CB4451;
}

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