/* @license
 *
 * Vollkorn typeface designed by Friedrich Althausen.
 * Licensed under SIL Open Font License 1.1:
 * http://www.fontsquirrel.com/license/Vollkorn
 */

@font-face {
  font-family: Vollkorn;
  font-style: italic;
  font-weight: bold;
  src: url("/css/Vollkorn-BI.woff") format("woff");
}
@font-face {
  font-family: Vollkorn;
  font-style: normal;
  font-weight: bold;
  src: url("/css/Vollkorn-B.woff") format("woff");
}
@font-face {
  font-family: Vollkorn;
  font-style: italic;
  font-weight: normal;
  src: url("/css/Vollkorn-I.woff") format("woff");
}
@font-face {
  font-family: Vollkorn;
  font-style: normal;
  font-weight: normal;
  src: url("/css/Vollkorn-R.woff") format("woff");
}
@font-face {
  font-family: Crystal Deco;
  src: url('/css/CrystalDeco.woff') format('woff');
}

.sans-font, figcaption {
  font-family: "Helvetica", "Arial", "Verdana", "Roboto", sans-serif;
}

body {
  font-family: "Vollkorn", "Caslon", "Garamond", "GaramondNo8", "Century Schoolbook L", "Gentium Book Basic", "Georgia", serif;
  max-width: 66em;
  background-color: hsl(0,0%,100%); /* CSS validator doesn't like "white" */
}

h1, h2, h3 {
  font-weight: normal;
}

img {
  border: 0;
  padding: 4px;
}

figure {
  display: inline-block;
  margin: 6px;
  padding: 0;
  border: 1px solid #000;
}

figcaption {
  border: 0;
  margin: auto;
  padding: 0 4px;
}
