:root {
    --color-primary: #ae666a;
    --color-primary-rgb: 174, 102, 106;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #000000;
    --color-footer-end: #637e83;
}

.footer {
    background: linear-gradient(135deg, #000000 0%, #637e83 100%) !important;
}
:root {
    --color-primary: #ae666a;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #9a5256;
    --color-primary-light: #c27a7e;
}
