.f-2 {
  font-size: 2rem;
}

.space-mono-regular {
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", serif;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", serif;
  font-weight: 700;
  font-style: italic;
}

body {
  background-color: #141b29;
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.blue-gloe-hover:hover {
  color: #984673;
  font-weight: 700;
}

.description-font-color {
  color: #a3a4be;
}