:root {
    --color-primary: #b62e5f;
    --color-primary-rgb: 182, 46, 95;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #000000;
    --color-footer-end: #07335f;
}

.footer {
    background: linear-gradient(135deg, #000000 0%, #07335f 100%) !important;
}
:root {
    --color-primary: #b62e5f;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #a21a4b;
    --color-primary-light: #ca4273;
}
