:root {
    --color-primary: #a11f16;
    --color-primary-rgb: 161, 31, 22;
    --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: #a11f16;
    --color-secondary: #b01c17;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #8d0b02;
    --color-primary-light: #b5332a;
}
