:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: #f4f6f8;
  color: #19232d;
}

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

main {
  width: min(34rem, calc(100% - 3rem));
  padding: 2.5rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgb(16 35 52 / 12%);
}

.eyebrow {
  margin: 0;
  color: #587087;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2rem, 7vw, 3rem);
  letter-spacing: -0.04em;
}

a {
  color: #0058a8;
  font-weight: 700;
}
