body,
.post-info,
.post-tags {
  background-color: #fffff8;
}

.supranav li.active a {
  color: #591cb0;
}

#blognav > div,
#blogextra > div {
  background-color: #edebff;
}

@media only screen and (min-width: 481px) {
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src:
      local('Josefin Sans'),
      local('JosefinSans'),
      url(https://themes.googleusercontent.com/static/fonts/josefinsans/v3/xgzbb53t8j-Mo-vYa23n5qRDOzjiPcYnFooOUGCOsRk.woff)
        format('woff');
  }
  @font-face {
    font-family: 'Junge';
    font-style: normal;
    font-weight: 400;
    src:
      local('Junge'),
      local('Junge-Regular'),
      url(https://themes.googleusercontent.com/static/fonts/junge/v1/rDDLpRsvJtDYa9fMgcJnCaCWcynf_cDxXwCLxiixG1c.woff)
        format('woff');
  }

  /* Main font */
  body,
  .supranav li a span,
  #comments.me,
  a.comment-number {
    font-family:
      Junge, Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif',
      'Liberation Serif', Georgia, serif !important;
  }
  .post-title a {
    font-style: normal;
  }

  /* Secondary font */
  #blogdesc,
  .supranav,
  #content-info,
  #subcategories,
  #comments-feed,
  #sidebar h2,
  #sidebar h3,
  #footer {
  }
}
