@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_300.woff);
    font-weight: normal;
    font-weight: 300;
    /* use undercase letters in urls so it works in IE */
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_300_italic.woff);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_100.woff);
    font-weight: 100;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_100_italic.woff);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_500.woff);
    font-weight: 500;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_500_italic.woff);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_700.woff);
    font-weight: bold;
    font-weight: 700;
}
@font-face {
    font-family: 'Museo-Sans';
    src: url(../fonts/museo-sans/museosans_700_italic.woff);
    font-weight: bold;
    font-weight: 700;
    font-style: italic;
}



body{
  font-family: 'Museo-Sans', 'Roboto','Verdana','Helvetica', sans-serif;
}

.menu > li{
	font-family: 'Museo-Sans', 'Roboto','Verdana','Helvetica', sans-serif;
}

.btn,.btn__text,button{
	font-family: 'Museo-Sans', 'Roboto','Verdana','Helvetica', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'Museo-Sans', 'Roboto','Helvetica', sans-serif;
}

h5{
	font-weight: 500;
}

.bar-1 .menu-horizontal>li>.dropdown__trigger, .bar-1 .menu-horizontal>li>a{
	font-weight: 500;
}
