/* Change the font family globally */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Optional: Define specific styles for headings, paragraphs, etc. */
p,
a,
span,
div {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Add more styles as needed */
