@font-face {
    font-family: 'Schoolwork';
    src: url('../fonts/Ordinary\ Notes\ Thin.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Asegúrate de aplicar la fuente a los textos dentro del contenedor que necesitas */
body, .accordion-button, .card-body, .story-text {
    font-family: 'Schoolwork', sans-serif;
    font-size: 25px; /* Ajusta el tamaño de la fuente aquí */
}

h3.accordion-button {
    font-family: 'Schoolwork', sans-serif;
    font-size: 26px;  /* Ajusta el tamaño de la fuente */
}


h2.accordion-header {
    font-family: 'Schoolwork', sans-serif;
    font-size: 26px;  /* Ajusta el tamaño de la fuente */
}


