@font-face {
    font-family: 'miFuente';
    src: url('../fuentes/miFuente.ttf') format('truetype');
}

body {
    font-family: 'miFuente', Arial, sans-serif;
}

.carousel-img {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.edu-sa-hand {
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h5, p {
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 400; /* o 700 si quieres negrita */
  font-style: normal;
}