@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f7f7f5;
  color: #111;
  font-family: "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  font-synthesis: none;
}

main {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 2rem;
  text-align: center;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0;
}
