@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans&display=swap');

/* Apply to headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/* Apply to general body text */
body {
    font-family: 'Open Sans', sans-serif;
}body { 
font-family: 'Open Sans', sans-serif;
max-width: 1920px;
margin: auto;
 } 