:root {
    --grey-light: #e5e5e7 !important;
    --primary-color: #0d2844 !important;
    --secondary-color: #c8baa1 !important;
    --blue-light: #69cbf6 !important;
    --blue-dark: #36a5dc !important;
    --textcolor: black !important;
    --text-color: var(--textcolor) !important;
    --a-hover-color: black !important;
    --a-color: black !important;
}