@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.ttf") format("ttf"),
    url("../fonts/Nunito-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

/* You can add more weights later if needed */

body {
  font-family: "Nunito", sans-serif;
}
