:root {
    --primary: #8e44ad;
    --primary-dark: #5b117a;
    --secondary: #e91e63;
    --bg: #f8f4fa;
    --surface: #ffffff;
    --text: #000014;
    --text-light: #742a93;
    --border: #e3d0eb;
    --shadow: rgba(142, 68, 173, 0.1);
}

[data-theme="dark"] {
    --primary: #e91e63;
    --primary-dark: #e91e63;
    --secondary: #8e44ad;
    --bg: #000000;
    --surface: #020021;
    --text: #fef4f7;
    --text-light: #e91e63;
    --border: #280047;
    --shadow: rgba(0, 0, 0, 0.3);
}
