@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;500;600&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; 
} 


/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Roboto:wght@400;500&display=swap');
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
} */


/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Lato:wght@400;500&display=swap');
body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
} */


/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700&family=Inter:wght@400;500&display=swap');
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@600;700&family=Source+Sans+Pro:wght@400;600&display=swap');
body {
  font-family: 'Source Sans Pro', sans-serif;
   font-size: 16px;
}

h1, h2, h3 {
  font-family: 'Merriweather', serif;
} */

