@font-face {
	font-family: 'Circular Std Book';
	src: url('/CircularStd-Book.woff') format('woff'),
		url('/CircularStd-Book.ttf') format('truetype'),
		url('/CircularStd-Book.otf') format('opentype');
	font-weight: 450;
	font-style: normal;
	font-kerning: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Circular Std Medium';
	src: url('/CircularStd-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-kerning: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Circular Std Italic';
	src: url('/CircularStd-BookItalic.otf') format('opentype');
	font-weight: 450;
	font-style: normal;
	font-kerning: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
