:root {
    --color-primary: #5ba9b3;
    --color-primary-rgb: 91, 169, 179;
    --color-secondary: #5ba9b3;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #161718;
    --color-footer-end: #202122;
}

.footer {
    background: linear-gradient(135deg, #161718 0%, #202122 100%) !important;
}
:root {
    --color-primary: #5ba9b3;
    --color-secondary: #5ba9b3;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #47959f;
    --color-primary-light: #6fbdc7;
}
