:root {
    --color-primary: #000000;
    --color-primary-rgb: 0, 0, 0;
    --color-secondary: #b01c17;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #203d5b;
    --color-footer-end: #07335f;
}

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