:root {
    /* Primary Brand Colors */
    --theme-orange: #6f42c1;
    --theme-orange-hover: #59359a;
    --theme-orange-light: #f3e8fc;

    /* Backgrounds */
    --bg-main: #3a1c6a;
    /* Rich elegant purple */
    --bg-error: #2a114f;
    /* Darker purple for errors */
    --bg-card: #ffffff;

    /* Typography */
    --text-dark: #282c3f;
    --text-muted: #686b78;
    --text-light: #ffffff;
}