@charset "utf-8";
/* Styles for bleak.fyi */
@font-face {
  font-family: "Alegreya Sans SC";
  src: url('https://fonts.googleapis.com/css?family=Alegreya Sans SC');
}
a:link {
  color: #ff0000;
  text-decoration: none;
}
* {
    background-color: black;
    color: white;
    font-family: monospace;
}
