/* body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.post-title {
  font-family: FFSeroWebProSCMedium;
  color: #993333;
  font-size: 1rem;
  font-weight: 300;
}

*/

.post-header {
  padding: 1rem 0;
}

.simplified-article {
  display: none;
}
.pg-article {
  display: block;
}

.simplified-wrapper {
  display: none;
}
.pg-wrapper {
  display: flex;
}

.pg-footer {
  display: block;
  width: min(500px, 80%);
}

.pg-post-info {
  margin-bottom: 1rem;
}

.pg-post-author a {
  color: inherit;
  text-decoration: none;
}

.pg-theme-switcher {
  display: block;
  position: absolute;
  top: -30px;
  right: 10px;
  height: 2rem;
  margin: 2rem 0;
}

article {
  width: min(500px, 80%);
}

.menu {
  display: block;
}

.simplified-footer {
  display: none;
}

.simplified-main-site {
  display: none;
}
