:root {
    --color-primary: #000000;
    --color-primary-rgb: 0, 0, 0;
    --color-secondary: #000000;
    --color-background: #fff561;
    --color-text: #333333;
    --color-footer-start: #8f8f8f;
    --color-footer-end: #303030;
}

.footer {
    background: linear-gradient(135deg, #8f8f8f 0%, #303030 100%) !important;
}
:root {
    --color-primary: #000000;
    --color-secondary: #000000;
    --color-background: #fff561;
    --color-text: #333333;
    --color-primary-dark: #000000;
    --color-primary-light: #141414;
}
