:root {
  color-scheme: dark;
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color: #edece7;
  background: #0c0d10;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

h1 {
  margin: 0;
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
}
