:root {
  color-scheme: dark;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  background: #0b0d0e;
  color: #e8e9e4;
}

body { margin: 0; background: #0b0d0e; }

.static-fallback {
  width: min(780px, calc(100% - 36px));
  margin: 0 auto;
  padding: 64px 0;
  line-height: 1.7;
}

.static-fallback__brand,
.static-fallback h2,
.static-fallback a,
.static-fallback code { color: #c5f43d; }

.static-fallback__brand { font-size: 28px; font-weight: 700; }
.static-fallback h1 { font-size: clamp(30px, 6vw, 52px); line-height: 1.08; }
.static-fallback h2 { margin-top: 42px; font-size: 17px; text-transform: uppercase; }
.static-fallback p { color: #aeb2b4; }
.static-fallback__footer { margin-top: 56px; padding-top: 20px; border-top: 1px solid #373b3e; }
.static-fallback__footer p { font-size: 11px; text-transform: uppercase; }
.static-fallback__footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.static-fallback__footer a { font-size: 11px; text-transform: uppercase; }
