@font-face {
  font-family: 'RobotoMono';
  src: url('/Fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


* {
  font-family: "RobotoMono", monospace;
  color: #c5b8a1;
}

body {
  background-color: #363440;
}

a {
  color: #CCACF5;
}

ul {
  list-style-type: "> ";
}