* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  background: #101314;
}

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

a {
  color: #8fbdf6;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  color: #f4f1ea;
  text-decoration: none;
}

.mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(244, 241, 234, 0.36);
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 12px;
  color: #96a0a6;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  line-height: 0.96;
}

.summary {
  max-width: 720px;
  margin: 20px 0 12px;
  color: #cfd4d2;
  font-size: 1.12rem;
  line-height: 1.7;
}

.updated {
  margin: 0 0 40px;
  color: #96a0a6;
}

section {
  padding: 28px 0;
  border-top: 1px solid rgba(244, 241, 234, 0.16);
}

h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

p,
li {
  color: #d9dddb;
  line-height: 1.7;
}

ul {
  padding-left: 22px;
}

footer {
  padding-top: 32px;
  color: #96a0a6;
  border-top: 1px solid rgba(244, 241, 234, 0.16);
}
