:root {
  --primary: #2d5288;
  --secondary: #addfe8;
  --yellow: #e8a33d;
  --gray-text: #666;
  --black-text: #000;
     /* for heading */
     --font-heading: 'Nutito-Bold', sans-serif;
     /* for button and link */
     --font-button: 'Nutito-SemiBold', sans-serif; 
     /* for body */
     --font-body: 'Nutito-Regular', sans-serif;
} 

