/* Space Mono */
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/Space_Mono/SpaceMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/Space_Mono/SpaceMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Space Mono";
  min-height: 100vh;
  margin: 0;
  padding: 0.5em;
  box-sizing: border-box;
}

.content {
  /* width: 30em; */
  border: 1px solid white;
  padding: 0.5em;
}

.bold {
  display: inline;
  font-weight: bold;
}

.spacer {
  display: block;
  height: 1em;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: white;
}
