/*
  Font declarations separated because of IE8 conflicts with .eot files
  Font declarations can be integrated into common css when IE8 support no longer relevant
*/
@font-face {
    font-family: OpenSans;
    src: url(/wp-content/themes/hnhu/_common/fonts/open-sans.woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url(/wp-content/themes/hnhu/_common/fonts/open-sans-semibold.woff);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url(/wp-content/themes/hnhu/_common/fonts/open-sans-bold.woff);
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: icons;
	src: url(/wp-content/themes/hnhu/_common/fonts/icons.woff) format("woff"), url(/wp-content/themes/hnhu/_common/fonts/icons.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}