@font-face {
  font-family: "CSDarwin";
  src: url("CSDarwin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pikabu";
  src: url("Pikabu.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.post-title,
.post-meta,
.post-body {
  font-family: "Pikabu", sans-serif;
}

/* improved readability for post meta */
.post-meta {
  color: rgba(245,245,245,0.35);
  margin-top: 6px;
  margin-bottom: 12px;
  letter-spacing: 0.14em;
}