:root {
  --lisa-flame: #ff6a00;
  --lisa-gold: #ffc857;
}
html {
  color-scheme: dark;
}
body {
  font-family: Manrope, system-ui, sans-serif !important;
}
h1, h2, h3,
.font-display,
[class*="font-display"] {
  font-family: Unbounded, Outfit, Manrope, system-ui, sans-serif !important;
  letter-spacing: -0.03em;
}
/* Login brand title */
h1 {
  font-weight: 800 !important;
}
/* Soft ember wash behind content */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 20% 15%, rgba(255, 106, 0, 0.22), transparent 60%),
    radial-gradient(ellipse 40% 35% at 85% 80%, rgba(255, 200, 87, 0.08), transparent 55%),
    #050302;
}
