:root {
    --color-primary: #eb6542;
    --color-primary-rgb: 235, 101, 66;
    --color-secondary: #f6b05c;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #19191a;
    --color-footer-end: #2f3032;
}

.footer {
    background: linear-gradient(135deg, #19191a 0%, #2f3032 100%) !important;
}
:root {
    --color-primary: #eb6542;
    --color-secondary: #f6b05c;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #d7512e;
    --color-primary-light: #ff7956;
}
