:root {
    --color-primary: #030303;
    --color-primary-rgb: 3, 3, 3;
    --color-secondary: #fb6308;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #203d5b;
    --color-footer-end: #07335f;
}

.footer {
    background: linear-gradient(135deg, #203d5b 0%, #07335f 100%) !important;
}
:root {
    --color-primary: #030303;
    --color-secondary: #fb6308;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #000000;
    --color-primary-light: #171717;
}
