@font-face {
  font-family: 'DEC Terminal Modern';
  src: url('DECTerminalModern.woff2') format('woff2'),
  url('DECTerminalModern.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #262221;
  color: #e4a41b;
  font-size: 1.5em;
}

body, code {
  font-family: 'DEC Terminal Modern',monospace;
}

nav, h2 {
  white-space: pre-wrap;
}

nav, footer, h2, h3 {
  font-size: 1.5em;
}

time {
  font-size: 1.17em;
}

h1, h2, h3 {
  font-weight: normal;
}

article {
  max-width: 80ch;
  margin-left: 2ch;
}

p {
  hyphens: auto;
  hyphenate-limit-chars: 9 4 4;
}

code {
  hyphens: manual;
}

a:link {
  color: #7070ff;
}