@import url("https://ocv.ac/reset");
@import url("./colors.css");
@import url("../font/source-serif/font.css");
@import url("../font/libertinus/font.css");

body {
  background-color: #000;
  color: #fff;
  font-family: "Libertinus Mono";
}

h1 {
  color: var(--masalt);
  font-size: 64px;
}

h2 {
  font-size: 32px;
}

a {
  text-decoration: underline;
  color: #cacaca;
}

hr {
  height: 12px;
}

.wrap {
  padding: 12px;
}