@font-face {
  font-family: "URWGothic";
  src: url(/assets/URWGothic-Book.otf) format("opentype");
}
body {
  margin: 0px;
  background-color: #1e1e2e;
  color: #cdd6f4;
  font-family: "URWGothic", sans-serif;
  font-size: 13pt
}
body div.content {
  margin: 8px;
}
a {
  color: #89b4fa;
}
a:visited {
  color: #cba6f7;
}
a:hover {
  color: #89dceb;
}
a:active {
  color: #f38ba8;
}
