:root {
    --primary: #8e44ad;
    --primary-dark: #5b117a;
    --secondary: #e91e63;
}

[data-theme="dark"] {
    --primary: #e91e63;
    --primary-dark: #e91e63;
    --secondary: #8e44ad;
}
