@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("public/fonts/roboto/roboto-regular.woff2") format("woff2"),
    url("public/fonts/roboto/roboto-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("public/fonts/roboto/roboto-bold.woff2") format("woff2"),
    url("public/fonts/roboto/roboto-bold.woff") format("woff");
  font-display: swap;
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}

h1,
h2 {
  font-weight: 700;
}

h3 {
  font-weight: 400;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6; /* Improved readability */
}
