﻿/*<meta conditions="Master.Import" />*/

/* use lower case paths, in case target specifies lower case */
/* --- Carbon Icons --- Use name 'CarbonIcons' for web fonts */

@font-face 
{
	font-family: 'CarbonIcons';
	src: url("../Fonts/carbon-icons-webfont.woff") format("woff"), url("../Fonts/carbon-icons-webfont.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

/* --- Sage UI - Use name 'Sage UI' for web Fonts --- */

@font-face 
{
	font-family: 'Sage UI';
	src: url("../Fonts/Sage_UI-Regular.woff") format("woff"), url("../Fonts/SageUI-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face 
{
	font-family: 'Sage UI';
	src: url("../Fonts/Sage_UI-Medium.woff") format("woff"), url("../Fonts/SageUI-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face 
{
	font-family: 'Sage UI';
	src: url("../Fonts/Sage_UI-Bold.woff") format("woff"), url("../Fonts/SageUI-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
