﻿@font-face {
	font-family: 'Circular Std Book';
	src: url('../font/CircularStd-Book.woff') format('woff'),
		url('../font/CircularStd-Book.ttf') format('truetype'),
		url('https://identity.protolabs.com/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('https://identity.protolabs.com/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('https://identity.protolabs.com/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;
}
