@font-face {
	font-family: 'PT Sans';
	src: 
		local('PT Sans Regular'), 
		url('/ui/webfonts/ptsans/PTSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: 
		local('PT Sans Italic'), 
		url('/ui/webfonts/ptsans/PTSans-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'PT Sans';
	src: 
		local('PT Sans Bold'), 
		url('/ui/webfonts/ptsans/PTSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: 
		local('PT Sans Bold Italic'), 
		url('/ui/webfonts/ptsans/Sans-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

