@font-face {
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-family: "Fontin";
  src: url("../fonts/Fontin-Regular.otf");
}

@font-face {
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
  font-family: "Fontin Sans";
  src: url("../fonts/Fontin_Sans_R_45b.otf");
}

html {
  background: white;
  color: #222;
  font-size: 11pt;
  line-height: 1.4;
  font-family: "Fontin Sans", sans-serif;
}

.typography a {
  color: #222;
}

.typography a:hover {
  color: white;
  background: #222;
}

.typography p {
  margin-bottom: 10pt;
}

.typography .file {

}

.typography .file:before {
  content: url("../images/arrow.png");
  padding-right: 5px;
}

.typography .caption {
  width: 70%;
  font-size: 9pt;
  margin: 0 0 20px 40px;
  padding: 0;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fontin", serif;
}

h1 {
  border-bottom: 2px solid black;
}

h2.postTitle {
  padding: 0;
  margin-bottom: 0;
}

p.postInfo {
  font-size: 8pt;
  margin-top: 0;
  margin-bottom: 8pt;
}
