@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');
.roboto-mono-<uniquifier> {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
  background-color: #000000;
}

.fourofourtext{
  color: #b89b2a;
}

p, h1, h2, h3, h4{
  font-family: "Roboto Mono", monospace;
}

.a{
  color: #c6acd9
}