:root {
    --primary: #3B53C0;
    --primary-dark: #1A2761;
    --primary-light: #27315F;
    --secondary: #32343F;
    --accent: #D82DC8;
    --text: #E8E8EC;
    --text-light: #9A9AA8;
    --background: #14161F;
    --surface: #20222D;
}
