/*
 Theme Name:   Bateaux Child
 Description:  Child Theme for Bateaux Theme Customisations
 Author:       Funkhaus Creative.
 Author URI:   httpw://www.funkhaus.io
 Template:     bateaux
 Version:      1.1
 Text Domain:  bateaux-child
*/
@font-face {
    font-family: 'CorbelW01';
    src: url('fonts/CorbelW01-BoldItalic.woff2') format('woff2'),
        url('fonts/CorbelW01-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CorbelW01';
    src: url('fonts/CorbelW01-Regular.woff2') format('woff2'),
        url('fonts/CorbelW01-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CorbelW01';
    src: url('fonts/CorbelW01-Italic.woff2') format('woff2'),
        url('fonts/CorbelW01-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CorbelW01';
    src: url('fonts/CorbelW01-Bold.woff2') format('woff2'),
        url('fonts/CorbelW01-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, p, a, span, li, label, input, input::placeholder, button {
 font-family:'CorbelW01', sans-serif !important;
}
.event-registration .nf-form-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
}