:root {
    --color-primary: #b62e5f;
    --color-primary-rgb: 182, 46, 95;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #e6e6e6;
    --color-footer-end: #515252;
}

.footer {
    background: linear-gradient(135deg, #e6e6e6 0%, #515252 100%) !important;
}
:root {
    --color-primary: #b62e5f;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #a21a4b;
    --color-primary-light: #ca4273;
}
