/* Import the Edu NSW ACT Cursive font */
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');

/* Override the main title font */
.event-title h1 {
    font-family: 'Edu NSW ACT Cursive', cursive !important;
}

/* Override the subtitle font */
.event-title h2 {
    font-family: 'Edu NSW ACT Cursive', cursive !important;
}

/* Override the footer font */
.footer-content {
    font-family: 'Edu NSW ACT Cursive', cursive !important;
}

/* Optional: Override body text if desired */
/* 
body {
    font-family: 'Edu NSW ACT Cursive', cursive !important;
}
*/

/* Optional: Override other text elements */
/*
.card-body {
    font-family: 'Edu NSW ACT Cursive', cursive !important;
}
*/