@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500&display=swap');

h1, h2, h3, .section-title, .btn-primary, .form-title, .btn {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}

body, p, label, input, a, .we-are-text, .event-details {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.event-card h3, .footer-col h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}
