:root {
  --color-primary-500: #e8b84f !important;
  --color-accent-500: #f3d27a !important;
  color-scheme: dark;
}

html, body {
  background: radial-gradient(circle at 50% -10%, rgba(232,184,79,.16), transparent 30%), #080704 !important;
}

body { filter: sepia(.13) saturate(.92); }

button, a { text-shadow: 0 0 18px rgba(232,184,79,.08); }

[class*="emerald"], [class*="teal"] { filter: hue-rotate(290deg) saturate(.78) brightness(1.08); }
