.coauthor {
  font-variant: small-caps;
}

.sc {
  font-variant: small-caps;
}

:root {
  font-family: New Century Schoolbook;
}

h1, h2, h3, h4, h5, h6 {
  font-family: New Century Schoolbook;
}

:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}

header {
  background: var(--pico-background-color);
  opacity: 0.9;
  z-index: 10;
}

.centered {
  text-align: center;
  align-content: center;
}

.v-centered {
  align-content: center;
}

@font-face {
  font-family: "New Century Schoolbook";
  src: url("fonts/C059-Roman.ttf") format("truetype");
}
[data-theme=dark] div.bg,
:root:not([data-theme=light]) div.bg,
:host:not([data-theme=light]) div.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.045;
  background-image: url("/assets/images/bg.jpg");
  background-size: cover;
  background-position: center;
}

h1 {
  color: var(--pico-primary);
  font-variant: small-caps;
}

img.portrait {
  max-height: 50%;
  clip-path: ellipse(50% 50%);
}

/*# sourceMappingURL=styles.css.map */