:root {
  --primary-color: #2f4858;
  --secondary-color: #7aabbd;
  --text-dark: #000000;
  --text-light: #ffffff;
  --background-light: #ffffff;
  --background-grey: #f2f2f2;
  --font-primary: "Montserrat", sans-serif;
}