:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f1eb;
  color: #1b2436;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  min-height: 100svh;
}

main {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
}

h1,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2.25rem, 8vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

p {
  color: #4b5468;
  font-size: clamp(1rem, 3vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.01em;
}
