@font-face {
    font-family: 'QuicksandBold';
    src: url('quicksand/quicksand_bold-webfont.eot');
    src: url('quicksand/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand/quicksand_bold-webfont.woff') format('woff'),
         url('quicksand/quicksand_bold-webfont.ttf') format('truetype'),
         url('quicksand/quicksand_bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'QuicksandBold';
}
h1 {
	font-size: 22px;
	line-height: 26px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
.dropcap {
	font-size:45px;
	font-family: 'QuicksandBold';
}
.menu {
	font-family: 'QuicksandBold';
}
.menu ul {
	font-family: 'QuicksandBold';
}

#filtering-nav li {
	font-family: 'QuicksandBold';
}