@font-face {
  font-family: cga;
  src: url("./cga.woff") format("woff");
}

body {
  font-size: 18px;
  color: #ffffff;
  background: #000000;
  max-width: 40em;
  margin: 2em auto;
}

body, pre {
  font-family: cga;
}

::selection {
  color: #000000;
  background: #ffffff;
}

mark {
  color: #4edc4e;
  background: #000000;
}

mark::selection {
  color: #000000;
  background: #4edc4e;
}

a[href] {
  color: #4e4edc;
  background: #000000;
  text-decoration: none;
}

a[href]::selection {
  color: #000000;
  background: #4e4edc;
}

a[href]:hover {
  text-decoration: underline;
}

strong {
  color: #dc4e4e;
  background: #000000;
}

strong::selection {
  color: #000000;
  background: #dc4e4e;
}
