@font-face {
  font-family: "Berkeley Mono";
  src: url("/fonts/BerkeleyMono.woff2");
}

@font-face {
  font-family: "Vollkorn";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Vollkorn-Regular.woff2");
}

@font-face {
  font-family: "Vollkorn";
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/Vollkorn-Bold.woff2");
}

@font-face {
  font-family: "Vollkorn";
  font-weight: normal;
  font-style: italic;
  src: url("/fonts/Vollkorn-Italic.woff2");
}

@font-face {
  font-family: "Vollkorn";
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/Vollkorn-BoldItalic.woff2");
}

body, main header {
  font-family: "Vollkorn", serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Symbola';
  font-weight: normal;
}

code, header, footer {
  font-family: "Berkeley Mono", monospace, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Symbola';
}

code {
  font-size: 85%;
}
