:root {
    --color-primary: #ab9762;
    --color-primary-rgb: 171, 151, 98;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #a6a0a0;
    --color-footer-end: #aaa7a7;
}

.footer {
    background: linear-gradient(135deg, #a6a0a0 0%, #aaa7a7 100%) !important;
}
:root {
    --color-primary: #ab9762;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #97834e;
    --color-primary-light: #bfab76;
}
