/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* Set global styles for body, html elements */
body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

/* Target specific elements if needed */
h1, h2, p {
  color: #000;
}
h3 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; /* Set h3 elements to extra bold *
}