/* Bricolage Grotesque Local Font Definition */
@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('../webfonts/bricolage-grotesque.ttf') format('truetype');
}

:root {
    --font-primary: 'Bricolage Grotesque', sans-serif;
}

body, button, input, select, textarea, .font-playfair {
    font-family: 'Bricolage Grotesque', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .heading-font {
    font-family: 'Bricolage Grotesque', sans-serif !important;
}
