@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Spectral:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Arapey:400,400i");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
h1 {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 2.9375rem;
  line-height: 4.4375rem;
  margin: 0.5em 0; }

h2 {
  font-family: 'Spectral', serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.9375rem;
  margin: 0.5em 0; }

h3 {
  font-family: 'Spectral', serif;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 2.4375rem;
  margin: 0.5em 0; }

h4 {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 1.3125rem;
  line-height: 2rem;
  font-weight: normal;
  margin: 0.5em 0; }

p, ul, li {
  font-family: 'Spectral', serif;
  font-size: 1.3125rem;
  line-height: 2rem; }

html,
body {
  font-size: 0.875em; }

.app {
  overflow: hidden; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.content {
  position: relative;
  height: 100%; }
  .content a:link,
  .content a:focus,
  .content a:hover,
  .content a:visited {
    color: #1b1c1d;
    text-decoration: underline; }
  .content .nightView a:link,
  .content .nightView a:focus,
  .content .nightView a:hover,
  .content .nightView a:visited {
    color: #ffffff;
    text-decoration: underline; }
  @media (max-width: 768px) {
    .content {
      padding: 0 1em; } }

#shareable p::selection {
  background: darkgrey;
  color: white; }

.fade-enter {
  opacity: 0;
  z-index: 1; }

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in; }

.fade-exit {
  opacity: 1; }

.fade-exit.fade-exit-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }
