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

body {
  margin: 0;
}

main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.back {
  color: #4a4f58;
  font-weight: 700;
  text-decoration: none;
}

h1 {
  margin: 28px 0 8px;
  font-size: clamp(2.2rem, 8vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.updated {
  margin: 0 0 36px;
  color: #6b7280;
}

section {
  margin: 0 0 28px;
}

h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

p {
  margin: 0;
  color: #363b44;
  font-size: 1.05rem;
  line-height: 1.65;
}
