@font-face {
  font-family: "BoldPixels";
  src: url("/assets/fonts/BoldPixels.otf") format("opentype");
}
@font-face {
  font-family: "OpenTTD Sans";
  src: url("/assets/fonts/OpenTTD-Sans.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTTD Serif";
  src: url("/assets/fonts/OpenTTD-Serif.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTTD Small";
  src: url("/assets/fonts/OpenTTD-Small.ttf") format("truetype");
}
@font-face {
  font-family: "Chomsky";
  src: url("/assets/fonts/Chomsky.otf") format("opentype");
}
body {
  background: #000000;
  color: #cbdbfc;
  font-family: "Nimbus Mono PS", "Courier New", monospace;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

main, header {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  main, header {
    padding: 0 16px;
  }
}

header {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
header nav li {
  display: inline;
}

a, a:visited {
  color: #6abe30;
  text-decoration: none;
}
a:hover, a:visited:hover {
  text-decoration: underline;
}

h1 {
  font-size: 32px;
  color: #6abe30;
  font-family: "BoldPixels", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
}

h2 {
  color: #ffffff;
  font-size: 28px;
  font-family: "BoldPixels", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
}

h3 {
  font-size: 24px;
  font-family: "BoldPixels", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
}

h4 {
  font-size: 14px;
}

header li {
  text-transform: uppercase;
  font-family: "BoldPixels", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

p {
  margin: 0px 0 16px 0;
}

/*# sourceMappingURL=main.css.map */