:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #18212f;
  background: #f5f7fa;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.content {
  width: min(100%, 42rem);
}

article {
  padding: clamp(2rem, 7vw, 4.5rem);
  border: 1px solid #dfe5ec;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgb(24 33 47 / 8%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: #536273;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.description {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  color: #3d4a59;
  font-size: clamp(1.0625rem, 2.5vw, 1.25rem);
  line-height: 1.65;
}

.credit {
  margin: 2rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e9ee;
  color: #536273;
  font-size: 0.9375rem;
  line-height: 1.6;
}

a {
  color: #1769aa;
  font-weight: 700;
  text-underline-offset: 0.16em;
}

a:hover {
  color: #0d4f84;
}

a:focus-visible {
  outline: 3px solid #78b8e6;
  outline-offset: 3px;
}
