:root {
    --color-primary: #8d5e1c;
    --color-primary-rgb: 141, 94, 28;
    --color-secondary: #595959;
    --color-background: #fbeec1;
    --color-text: #000000;
    --color-footer-start: #000000;
    --color-footer-end: #3f2f18;
}

.footer {
    background: linear-gradient(135deg, #000000 0%, #3f2f18 100%) !important;
}
:root {
    --color-primary: #8d5e1c;
    --color-secondary: #595959;
    --color-background: #fbeec1;
    --color-text: #000000;
    --color-primary-dark: #794a08;
    --color-primary-light: #a17230;
}
