:root {
  --primary-accent: #6852e2;
  --primary-text: #ffffff;
  --primary-accent-hover: #9479ff;
  --primary-chart: #6b46c0;
  --chart-color-1: #6b46c0;
  --chart-color-2: #9f7aea;
  --chart-color-3: #b794f4;
  --chart-color-4: #d6bcfa;
  --chart-color-5: #e9d8fd;
  --chart-color-6: #faf5ff;
}

body {
  background-image: url("/vf-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
