@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/AtkinsonHyperlegibleNext-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/AtkinsonHyperlegibleNext-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/AtkinsonHyperlegibleNext-Bold.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafaf7;
  color: #1a1a1a;
  font-family: "Atkinson Hyperlegible Next", system-ui, -apple-system,
    "Segoe UI", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 2rem;
}

main {
  text-align: center;
  max-width: 40rem;
}

h1 {
  margin: 0 0 0.75rem;
  font-weight: 600;
  font-size: clamp(1.75rem, 5vw, 3rem);
  letter-spacing: -0.015em;
  line-height: 1.15;
}

p {
  margin: 0;
  color: #6b6b6b;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 0.01em;
}
