@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/RobotoMono-Regular.ttf") format("truetype");
}
body {
  background-color: #1f1f1f;
  color: #cfcfcf;
  font-family: "Roboto";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #55893a;
}
hr {
  border-color: #55893a;
}
a {
  color: #55893a;
}
abbr {
  text-decoration-style: dashed;
  text-underline-offset: 0.1em;
}
blockquote {
  border-left: #55893a 0.1em solid;
  padding-left: 0.5em;
}
