body {
  margin: 0;
  background: #090a0c;
  color: #ecedf2;
}

#static-profile {
  width: min(100% - 48px, 960px);
  margin: 0 auto;
  padding: 56px 0;
  font-family: Inter, "Noto Sans", system-ui, sans-serif;
  line-height: 1.65;
}

#static-profile h1,
#static-profile h2 {
  line-height: 1;
}

#static-profile h1 {
  max-width: 820px;
  font-family: "Instrument Serif", "Noto Serif Display", Georgia, serif;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  letter-spacing: 0;
}

#static-profile h2 {
  margin-top: 42px;
  color: #f4b860;
  font-size: 1rem;
  text-transform: uppercase;
}

#static-profile p,
#static-profile li {
  color: #a9adb8;
}

#static-profile a {
  color: #ecedf2;
}
