:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #030303;
  color: #f8f7f4;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #030303;
  color: #f8f7f4;
}

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

a {
  color: inherit;
}

.eyebrow {
  margin-bottom: 16px;
  color: rgba(248, 247, 244, 0.55);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.updated {
  margin-bottom: 64px;
  color: rgba(248, 247, 244, 0.55);
}

h2 {
  margin: 48px 0 14px;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
}

p,
li {
  color: rgba(248, 247, 244, 0.76);
  font-size: 1rem;
  line-height: 1.75;
}

ul,
ol {
  padding-left: 1.35rem;
}

.back {
  display: inline-block;
  margin-top: 56px;
  color: rgba(248, 247, 244, 0.72);
  text-underline-offset: 4px;
}

