:root {
    --color-primary: #e9010d;
    --color-primary-rgb: 233, 1, 13;
    --color-secondary: #1605ff;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #0a0a0a;
    --color-footer-end: #1b1c1d;
}

.footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1b1c1d 100%) !important;
}
:root {
    --color-primary: #e9010d;
    --color-secondary: #1605ff;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #d50000;
    --color-primary-light: #fd1521;
}
