dt {
    margin: 0;
    padding: 0.2em 0 0 0;
}
dd {
    margin: 0;
    padding: 0 0 0.4em 0.9em;
}

@font-face {
  font-family: "Michroma";
   src: url("/assets/fonts/Michroma-Regular.ttf");
}
@font-face {
  font-family: "Electrolize";
   src: url("/assets/fonts/Electrolize-Regular.ttf");
}
h1 {
  font-family: Michroma, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 2.5em;
}
h2, h3, h4, h5, h6 {
  font-family: Electrolize, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.17em; }
h5 { font-size: 1em; }
h6 { font-size: 0.83em; }
nav {
  font-family: Electrolize, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
ul.tags { font-size: 1.5em; }
