@font-face {
    font-family: 'BrandonGrotesque';
    src: url('brandongrotesque-regular.woff2') format('woff2'),
    url('brandongrotesque-regular.woff') format('woff');
}
@font-face {
    font-family: 'BickhamScriptPro';
    src: url('BickhamScriptPro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Alouette';
    src: url('Alouette.woff2') format('woff2'),
    url('Alouette.woff') format('woff');
}
@font-face {
    font-family: 'BrandonGrotesque-Light';
    src: url('BrandonGrotesque-Light.woff2') format('woff2'),
    url('BrandonGrotesque-Light.woff') format('woff');
}
body, input, textarea, button, select{
    font-family: "BrandonGrotesque", Helvetica, Arial, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .btn{
    font-family: "BrandonGrotesque", Helvetica, Arial, sans-serif;
}
.Alouette{
    font-family:'Alouette';
    font-size:24px;
}
h6, .h6{
    font-family: 'Alouette', Helvetica, Arial, sans-serif;
    font-size: 24px;
}