body {
  word-wrap: break-word;
  unicode-bidi: plaintext;
}

.site-title,
a[href="/humans.txt"],
.keep-font,
.anchor,
.btn-next,
.links-all a,
.page-error,
.site-footer {
  font-size: 1rem;
  font-family: var(--font-family-pixel);
}

.site-title,
.anchor {
  font-size: 1.5rem;
}

.site-menu a {
  background: transparent;
  text-shadow: 4px 4px 4px var(--color-black), 4px 5px 5px var(--color-black), 4px 6px 6px var(--color-black);
}

h2,
.welcome .kirby-message,
.notes,
.about,
.websites,
.whoami {
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  /*word-break: keep-all;*/
  text-wrap: balance;
  orphans: 3;
  widows: 3;
}

.welcome .kirby-message {
  font-size: 1.1rem;
  min-height: 2em;
}

.btn-next .arrow {
  font-size: 1rem;
}