
@font-face {
    font-family: 'zapfhumnst_ult_btultra';
    src: url('../fonts/custom_font/zapfhumnst_ult_bt_ultra-webfont.woff2') format('woff2'),
         url('../fonts/custom_font/zapfhumnst_ult_bt_ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zapfhumnst_btroman';
    src: url('../fonts/custom_font/zap601rm-webfont.woff2') format('woff2'),
         url('../fonts/custom_font/zap601rm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, .root {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 16px;
  color:#2F2F2F;
}
body, .article {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.77777778em;
  margin: auto;
}
h1, .h1 {
  font-family: 'zapfhumnst_ult_btultra';
  font-size: 4.22222222em;
  line-height: 1.05263158em;
  margin-top: 0.21052632em;
  margin-bottom: 0.42105264em;
}
h2, .h2 {
  font-size: 2.61111111em;
  line-height: 1.0212766em;
  margin-top: 0.34042553em;
  margin-bottom: 0.34042553em;
}
h3, .h3 {
  font-size: 1.61111111em;
  line-height: 1.10344828em;
  margin-top: 0.55172414em;
  margin-bottom: 0em;
}
h4, .h4 {
  font-size: 1em;
  line-height: 1.77777778em;
  margin-top: 0.88888889em;
  margin-bottom: 0em;
}
h5, .h5 {
  font-size: 1em;
  line-height: 1.77777778em;
  margin-top: 0.88888889em;
  margin-bottom: 0em;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 0.88888889em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

/* Let's make sure all's aligned */
hr, .hr {
  border: 0.5px solid;
  margin: -1px 0;
  color: #707070
}
a, b, i, strong, em, small, code {
  line-height: 0;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}