h1,
.h1 {
  font-size: 24px;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
}
h2,
.h2 {
  font-size: 20px;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
}
h3,
.h3 {
  font-size: 18px;
  font-family: 'Source Serif 4', serif;
  font-weight: normal;
}
.body {
  font-size: 16px;
}
.body-small {
  font-size: 14px;
}
.caption {
  font-size: 12px;
}
.tt-upper {
  text-transform: uppercase;
}
.tt-lower {
  text-transform: lowercase;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .normal-md {
    font-weight: normal;
  }
  .bold-md {
    font-weight: bold;
  }
  .tt-md-upper {
    text-transform: uppercase;
  }
  .tt-md-lower {
    text-transform: lowercase;
  }
  .ta-md-c {
    text-align: center;
  }
  .ta-md-l {
    text-align: left;
  }
  .ta-md-r {
    text-align: right;
  }
}
/*# sourceMappingURL=print.css.map */