@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
  font-family: 'IBM Plex Mono', monospace;
  background: var(--bg);
  max-width: 70ch;
  padding: 1em;
  margin: auto;
  line-height: 1.75;
  color: var(--text);
}

a:link {
  color: var(--primary);
}

a:visited {
  color: var(--text-muted);
}

a:hover {
  color: var(--accent);
}

footer {
  text-align: center;
  margin-top: 2em;
  font-size: 0.9em;
  color: var(--text-muted);
}
