:root {
  --color-primary: #0074BF;
  --color-primary-50: #0074BF;
  --color-primary-100: #c6d3e8;
  --color-primary-200: #5f90c9;
  --color-primary-300: #0063b1;
  --color-primary-400: #0074BF;
  --color-primary-500: #0074BF;
  --color-primary-600: #002e72;
  --color-primary-700: #002e72;
  --color-primary-800: #002e72;
  --color-primary-900: #00175f;
  --landing-background: #F2F5F7;
  --landing-text: #334155;
  --landing-link: #0074BF;
  --landing-background-container: #ffffff;
  --landing-button-background: #0074BF;
  --landing-button-text: #ffffff;
}