:root {
--color-primary: #0075DE;
--color-primary-50: #e4eaf9;
--color-primary-100: #c6d3f2;
--color-primary-200: #a1b9ec;
--color-primary-300: #5f90e3;
--color-primary-400: #0075DE;
--color-primary-500: #006cda;
--color-primary-600: #0064d0;
--color-primary-700: #0046af;
--color-primary-800: #002f8d;
--color-primary-900: #001a79;
--landing-background: #ffffff;
--landing-background-container: #ffffff;
--landing-text: #000000;
--landing-link: #003D73;
--landing-button-background: #0075DE;
--landing-button-text: #ffffff;
}