﻿@font-face{
	font-family:'simpler';
	font-weight: 300; /*(light)*/
	font-style: normal;
	src: url('SimplerPro_V3-Light.eot');
	src: url('SimplerPro_V3-Light.woff2') format('woff2'),
		url('SimplerPro_V3-Light.woff') format('woff');
}
@font-face{
	font-family:'simpler';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('SimplerPro_V3-Bold.eot');
	src: url('SimplerPro_V3-Bold.woff2') format('woff2'),
		url('SimplerPro_V3-Bold.woff') format('woff');
		
}
@font-face{
	font-family:'simpler';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('SimplerPro_V3-Black.eot');
	src: url('SimplerPro_V3-Black.woff2') format('woff2'),
		url('SimplerPro_V3-Black.woff') format('woff');
}





/*font-family:'simpler light,sans-serif';*/