/* assets/css/style.css */
/* Custom styles if needed, mostly using Tailwind */
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

.font-handwriting {
    font-family: 'Shadows Into Light', cursive;
}
