:root {
    --color-primary: #ba4b1b;
    --color-primary-rgb: 186, 75, 27;
    --color-secondary: #211f1b;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #211f1b;
    --color-footer-end: #211f1b;
}

.footer {
    background: linear-gradient(135deg, #211f1b 0%, #211f1b 100%) !important;
}
:root {
    --color-primary: #ba4b1b;
    --color-secondary: #211f1b;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #a63707;
    --color-primary-light: #ce5f2f;
}
