:root {
  color-scheme: light dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: Canvas;
  color: CanvasText;
}

body {
  margin: 0;
}

.shell {
  width: min(680px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.prose {
  justify-content: flex-start;
  padding-block: 72px;
}

.eyebrow {
  color: #1768d1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

h1 {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}

p {
  font-size: 1.1rem;
  margin: 0;
  color: color-mix(in srgb, CanvasText 72%, transparent);
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 8px;
}

a {
  color: #1768d1;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}
