:root {
  --color-theme: violetNight;
  --color-mode: dark;
  --color-primary: #6d28d9;
  --color-accent: #fdbc34;
  --color-background: #0f0818;
  --color-foreground: #ede9fe;
  --color-surface: #1a0f2e;
  --color-border: #2e1065;
  --type-primaryFont: font-Inter;
  --layout-contentWidth: max-w-[840px];
}
