// general default weight of fonts
@font-weight-regular: 100;
@font-weight-medium: 300;
@font-weight-bold: 500;
@font-weight-black: 700;


@font-face{

	font-family:"Slate-W01";
	src:url("../fonts/8770f5ba-b290-4c39-8053-fa62b4504af6.eot?");
	src:url("../fonts/8770f5ba-b290-4c39-8053-fa62b4504af6.eot?#iefix") format("eot"),
		url("../fonts/f0e21b22-be82-4646-8834-929f21697b8b.woff") format("woff"),
		url("../fonts/e34fcf36-14df-42f7-b779-2715c5e4cf48.ttf") format("truetype"),
		url("../fonts/cee327ea-b14e-45be-860f-f5d226b92bf3.svg#cee327ea-b14e-45be-860f-f5d226b92bf3") format("svg");
	font-weight: @font-weight-regular;
	font-style: normal;
}
@font-face{
	font-family:"Slate-W01";
	src:url("../fonts/6c114a84-aeac-4533-a8f3-798922cc0300.eot");
	src:url("../fonts/6c114a84-aeac-4533-a8f3-798922cc0300.eot?#iefix") format("eot"),
		url("../fonts/90807bcf-e7e3-43ac-9ebb-a96364087325.woff") format("woff"),
		url("../fonts/389822d1-6f97-438c-a4a1-5f97d1005a3f.ttf") format("truetype"),
		url("../fonts/e2bc308f-8bfe-48a1-89d7-a5a8ac370ff0.svg#e2bc308f-8bfe-48a1-89d7-a5a8ac370ff0") format("svg");
	font-weight: @font-weight-medium;
	font-style: normal;
}
@font-face{
	font-family:"Slate-W01";
	src:url("../fonts/fce4d9fd-68c9-4ad9-b540-f7f958aaa7c7.eot");
	src:url("../fonts/fce4d9fd-68c9-4ad9-b540-f7f958aaa7c7.eot?#iefix") format("eot"),
		url("../fonts/2ba90e1d-8ec8-4aa3-b82d-e77ab3f6fdda.woff") format("woff"),
		url("../fonts/56e9b083-e986-47d7-bfc8-da81847feb7a.ttf") format("truetype"),
		url("../fonts/db978b75-1d87-4a94-98f8-4f05471202da.svg#db978b75-1d87-4a94-98f8-4f05471202da") format("svg");
	font-weight: @font-weight-bold;
	font-style: normal;
}

@font-face{

	font-family:"Slate-W01";
	src:url("../fonts/07c39739-022e-4316-a810-e50083952993.eot");
	src:url("../fonts/07c39739-022e-4316-a810-e50083952993.eot?#iefix") format("eot"),
		url("../fonts/acc38200-60f8-4371-8311-ab06a77e1e41.woff") format("woff"),
		url("../fonts/8be1db05-cb45-4b9c-9e61-72c4c901c7e4.ttf") format("truetype"),
		url("../fonts/a01f078e-5a5f-41b2-8351-650710627e03.svg#a01f078e-5a5f-41b2-8351-650710627e03") format("svg");
	font-weight: @font-weight-black;
	font-style: normal;
}


// SETUP
 @font_regular: 'Slate-W01', Arial, Verdana, sans-serif;
 @font_secondary: @font_regular;



// Primary Font
._font_regular {
	font-family: 'Slate-W01', Arial, Verdana, sans-serif;
    font-weight: @font-weight-regular;
    strong {
      font-weight: @font-weight-regular;
    }
}

._font_medium {
	font-family: 'Slate-W01', Arial, Verdana, sans-serif;
    font-weight: @font-weight-medium;
    strong {
      font-weight: @font-weight-medium;
    }
}

._font_bold {
	font-family: 'Slate-W01', Arial, Verdana, sans-serif;
    font-weight: @font-weight-bold;
    strong {
      font-weight: @font-weight-bold;
    }
}

._font_black {
	font-family: 'Slate-W01', Arial, Verdana, sans-serif;
    font-weight: @font-weight-black;
    strong {
      font-weight: @font-weight-black;
    }
}

// Secondary Font
._font_regular_secondary {
	font-family: 'Slate-W01', Arial, Verdana, sans-serif;
    font-weight: @font-weight-regular;
    strong {
      font-weight: @font-weight-regular;
    }
}

._font_bold_secondary {
	font-family: 'Slate-W01', Arial, Verdana, sans-serif;
    font-weight: @font-weight-bold;
    strong {
      font-weight: @font-weight-bold;;
    }
}
