:root {
  --background: #ffffff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}


:root {
  --background: #ffffff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

a {
  color: #2596be;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
}


body {
    max-width: 80ch;
    font-size: 1.125em;
    color: var(--foreground);
    background: var(--background);
    font-family: Arial, Helvetica, sans-serif;
}


p {
    font: 1em/1.62em serif;
}

aside li {
    display: inline list-item;
}

pre {
    max-width: 100%;
    overflow: auto;
}

strong, b {
  font-weight: bold;
  font-family: inherit;
}

