:root {
  color: #f7fbff;
  background: #020b1d;
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, sans-serif;
}

body {
  margin: 0;
  background: #020b1d;
}

.static-fallback {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  padding: 72px 0;
  line-height: 1.6;
}

.static-fallback h1,
.static-fallback h2 {
  line-height: 1.08;
}

.static-fallback h1 {
  font-size: clamp(3rem, 8vw, 5rem);
}

.static-fallback a {
  color: #66dbff;
}

.static-fallback nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0 54px;
}

.static-fallback section {
  padding: 24px 0;
  border-top: 1px solid rgba(102, 219, 255, 0.3);
}
