:root {
  color-scheme: light dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body {
  margin: 0 auto;
  max-width: 52rem;
  padding: 2.5rem 1.25rem 4rem;
}

header,
main {
  background: Canvas;
  border: 1px solid color-mix(in srgb, CanvasText 20%, transparent);
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
}

header {
  margin-bottom: 1rem;
}

h1,
h2 {
  line-height: 1.2;
}

.eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.notice {
  border-left: 0.3rem solid #2b6cb0;
  padding-left: 1rem;
}

a {
  color: LinkText;
}
