:root {
    --color-primary: #3b4833;
    --color-primary-rgb: 59, 72, 51;
    --color-secondary: #b01c17;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #3b4833;
    --color-footer-end: #4f5c47;
}

.footer {
    background: linear-gradient(135deg, #3b4833 0%, #4f5c47 100%) !important;
}
:root {
    --color-primary: #3b4833;
    --color-secondary: #b01c17;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #27341f;
    --color-primary-light: #4f5c47;
}
