@font-face {
	font-family: 'hos_sans_regular';
	src: url('./hos_sans_regular_w2.woff2') format('woff2'),
		url('./hos_sans_regular_w.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hos_sans_medium';
	src: url('./hos_sans_medium_w2.woff2') format('woff2'),
		url('./hos_sans_medium_w.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.font-hos-regular {
	font-family: hos_sans_regular;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.font-hos-medium {
	font-family: hos_sans_medium;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}