:root {
    --color-primary: #c61419;
    --color-primary-rgb: 198, 20, 25;
    --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: #c61419;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #b20005;
    --color-primary-light: #da282d;
}
