body h1, h2, h3, h4, h5, h6, p, blockquote, pre, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, th, td, button, input, select, textarea {
    font-family: 'Space Grotesk', Arial, serif;
}

body p, span, a {
    font-family: 'Nunito', Arial, serif;
}

.fo form .form-control:not(textarea) {
    height: 53px;
    padding: 0.25rem 0.75rem;
}


body .no-margin-text h1, h2, h3, h4, h5, h6, span, p {
    /*margin: 0 !important;*/
    margin: 0;
}

.event-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: var(--brand-color);
}
