@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background: #002b5c;
  font-family: "JetBrains Mono", monospace;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.hero-image {
  display: block;
  max-width: 350px;
  width: 80vw;
}
