
/* Branding fonts */

@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding/Light/branding-light-webfont.woff') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding/Medium/branding-medium-webfont.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding/SemiBold/branding-semibold-webfont.woff') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Branding';
    src: url('../fonts/Branding/Bold/branding-bold-webfont.woff') format('woff2');
    font-weight: 700;
    font-style: normal;
}




/* Museo Sans fonts */

@font-face {
    font-family: 'Museo-Sans';
    src: url('../fonts/Museo-Sans/Museo-100/font.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url('../fonts/Museo-Sans/Museo-300/font.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url('../fonts/Museo-Sans/Museo-500/font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'Museo-Sans';
    src: url('../fonts/Museo-Sans/Museo-700/font.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

