:root {
    --color-primary: #e73e3e;
    --color-primary-rgb: 231, 62, 62;
    --color-secondary: #e73e3e;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #33411e;
    --color-footer-end: #202f0a;
}

.footer {
    background: linear-gradient(135deg, #33411e 0%, #202f0a 100%) !important;
}
:root {
    --color-primary: #e73e3e;
    --color-secondary: #e73e3e;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #d32a2a;
    --color-primary-light: #fb5252;
}
