:root {
    --color-primary: #a95e3e;
    --color-primary-rgb: 169, 94, 62;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #000000;
    --color-footer-end: #a95e3e;
}

.footer {
    background: linear-gradient(135deg, #000000 0%, #a95e3e 100%) !important;
}
:root {
    --color-primary: #a95e3e;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #954a2a;
    --color-primary-light: #bd7252;
}
