:root {
  color: #171714;
  background: #f4f2ec;
  font-family: "Space Grotesk", "Helvetica Neue", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100dvh;
}

main {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: 2rem;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 11vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-align: center;
}
