:root {
  --gold: hsl(206, 68%, 58%);
  --gold-deep: hsl(206, 72%, 42%);
  --gold-soft: hsla(206, 68%, 58%, 0.16);
  --crimson: hsl(253, 62%, 56%);
  --crimson-deep: hsl(253, 66%, 44%);
  --line-soft: hsla(206, 68%, 58%, 0.14);
}
body {
  background: radial-gradient(1200px 600px at 80% -10%, hsla(206,68%,58%,0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, hsla(253,62%,56%,0.06), transparent 60%),
    var(--bg) !important;
}
html:not(.site-brand-ready) .top-strip,
html:not(.site-brand-ready) .header-brand__text,
html:not(.site-brand-ready) .hero-fsp__kicker,
html:not(.site-brand-ready) .hero-fsp__title,
html:not(.site-brand-ready) .hero-fsp__lead,
html:not(.site-brand-ready) .footer-fsp__logo > span:not(.footer-fsp__logo-mark),
html:not(.site-brand-ready) .footer-fsp__intro,
html:not(.site-brand-ready) .footer-fsp__copyright {
  visibility: hidden;
}
.top-strip {
  text-transform: none !important;
  letter-spacing: 0.06em !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
