<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; /* You can adjust this to 300, 500, 700, etc. */
  font-style: normal;
}
</style>