/* Import Google Fonts (if not included in HTML) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap');

/* Apply Montserrat to headers, links, buttons, etc. */
h1,
h2,
h3,
h4,
h5,
h6,
a,
strong,
button,
.btn,
.navbar-nav .nav-link,
.footer-logo,
.footer a {
  font-family: 'Montserrat', sans-serif;
}

/* Apply Open Sans to the rest of the text */
body,
p,
span,
div,
ul,
ol,
li,
table,
th,
td {
  font-family: 'Open Sans', sans-serif;
}
