
/* THEME: royal-purple */
html, body {
  background: linear-gradient(180deg, #12091a, #1d0d2a 40%, #12091a) !important;
  color: #f4eaff !important;
}
h1,h2,h3,h4,h5,h6 { color: #f4eaff !important; }
p, li, .subtitle, .sub, ._sub, .tagline { color: #d7c3f0 !important; }
a { color: #d8b4fe !important; }
a:hover { opacity: .9; text-decoration: underline !important; }
button, .btn, [role="button"], .button, a.btn, a.button {
  background: #a855f7 !important;
  color: #081318 !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.35) !important;
}
input, select, textarea {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: #f4eaff !important;
}
.legal-links, .legal, .footer-links, footer { color: #d7c3f0 !important; }
.legal-links a, .legal a, .footer-links a, footer a { color: #d8b4fe !important; }
