@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque/BricolageGrotesque.ttf') format('truetype');
    font-weight: 200 800;
    font-stretch: 25% 100%;
}

@font-face {
    font-family: 'BricolageGrotesque-Bold';
    src: url('../fonts/BricolageGrotesque/BricolageGrotesque-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/Quicksand.ttf') format('truetype');
    font-weight: 300 700;
    font-stretch: 25% 100%;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
}

body{
    font-family: 'Quicksand' !important;
}

body b {
    font-family: 'Quicksand-Bold' !important;
}

h1,h2,h3 {
    font-family: 'Bricolage Grotesque' !important;
}

h1 b, h2 b, h3 b {
    font-family: 'BricolageGrotesque-Bold' !important;
}

