:root {
    --primary-color: #7c3aed;
    --primary-dark: #632ebd;
    --accent-color: #a855f7;
    --secondary-color: #64748b;
    --success-color: #16a34a;
    --warning-color: #ea580c;
    --danger-color: #dc2626;
    --text-color: #1e293b;
    --text-light: #64748b;
    --text-muted: #94a3b8;
    --bg-color: #ffffff;
    --bg-light: #f8fafc;
    --bg-secondary: #f1f5f9;
    --border-color: #e2e8f0;
    --header-bg: #ffffff;
    --footer-bg: #1e293b;
    --card-bg: #ffffff;
    --button-hover: #632ebd;
    --link-color: #7c3aed;
    --link-hover: #632ebd;
    --primary-rgb: 124, 58, 237;
    --accent-rgb: 168, 85, 247;
}
