:root {
    --primary: #7B53C2;
    --primary-dark: #402373;
    --primary-light: #E3DFE9;
    --secondary: #2A1933;
    --accent: #EC473F;
    --text: #2E2935;
    --text-light: #A7A2B3;
    --background: #F7F7F8;
    --surface: #FFFFFF;
}
