:root {
--color-primary: #000D80;
--color-primary-50: #e4e4eb;
--color-primary-100: #c6c6d5;
--color-primary-200: #a1a2bd;
--color-primary-300: #5f6098;
--color-primary-400: #000D80;
--color-primary-500: #00037b;
--color-primary-600: #000072;
--color-primary-700: #000055;
--color-primary-800: #00003a;
--color-primary-900: #00002e;
--landing-background: #000D80;
--landing-background-container: #000D80;
--landing-text: #ffffff;
--landing-link: #ffffff;
--landing-button-background: #000D80;
--landing-button-text: #ffffff;
}