@import url("https://use.typekit.net/umw4erl.css");
h1, h2, h3 {
    font-family: all-round-gothic, Arial !important;
}
p, .paragraph    {
    font-family: eb-garamond, Arial !important;
}
h1 {
  font-weight: 700;
  font-style: normal;
  color: #92278f;
  letter-spacing: 0em;
  line-height: 1.2em;
}
h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 2.25rem;
  letter-spacing: 0em;
  line-height: 1.2em;
}
h3 {
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  color: #545355;
  letter-spacing: 0em;
  line-height: 1.2em;
}
p, .paragraph {
  font-weight: 500;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  letter-spacing: 0em;
}
/* Add Next and Previous to nav buttons */
.btn-raised.btn-primary.Pagination__btn {
  line-height: 1rem;
}
button.btn-raised.btn-primary.Pagination__btn.Pagination__btn--previous .material-icons::after {
  content: "Prev";
  font-style: normal;
}
button.btn-raised.btn-primary.Pagination__btn.Pagination__btn--next .material-icons::before {
  content: "Next";
  font-style: normal;
}
/* Custom progress bar */
.Pagination__progresstrack::after {
  content: "Progress";
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgba(68, 68, 68, 0.8);
  font-weight: 700;
  pointer-events: none;
}