@font-face {
  font-family: 'Homoneta';
  src: url("docs/otf/Homoneta-Regular.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Homoneta';
  src: url("docs/otf/Homoneta-Italic.otf") format('opentype');
  font-weight: normal;
  font-style: italic;
  }

body {
  background-color: black;
  color: black;
  font-family: 'Homoneta', sans-serif;
}
