:root {
    --color-primary: #5f4ded;
    --color-primary-rgb: 95, 77, 237;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #000000;
    --color-footer-end: #000000;
}

.footer {
    background: linear-gradient(135deg, #000000 0%, #000000 100%) !important;
}
:root {
    --color-primary: #5f4ded;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #4b39d9;
    --color-primary-light: #7361ff;
}
