/* /css/base/background.css */ 

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #0a0515 0%, #2b1750 50%, #4b2b80 100%);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-text);
  font-family: Arial, sans-serif;
}



