:root {
  --primary: 272 60% 46%;
  --primary-foreground: 0 0% 100%;
  --accent: 272 45% 60%;
  --ring: 272 60% 46%;
}
:root.dark {
  --primary: 272 60% 46%;
  --primary-foreground: 0 0% 100%;
  --accent: 272 45% 60%;
  --ring: 272 60% 46%;
}
header { display: none; }
footer { display: none; }
#settings { display: none; }
.dashboard-container h1 { color: #7B2FBD !important; }
.dashboard-container > .container > .mb-6 > .flex.items-center.justify-between.mb-6 > .flex.items-center.gap-4 {
  display: none;
}
