/* @font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-ptsans/PTS55F.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-ptsans/PTS56F.ttf);
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-ptsans/PTS75F.ttf);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-ptsans/PTS76F.ttf);
	font-weight: bold;
	font-style: italic;
} */

@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-roboto/Roboto-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-roboto/Roboto-Italic.ttf);
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-roboto/Roboto-Bold.ttf);
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: usergate-ui-font;
	src: url(/static/font-roboto/Roboto-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}
