@font-face {
	font-family: montserrat;
	src: url(../fonts/montserrat-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat-regular.woff) format("woff"), url(../fonts/montserrat-regular.ttf) format("truetype"), url(../fonts/montserrat-regular.svg#montserratregular) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: montserrat;
	src: url(../fonts/montserrat-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat-bold.woff) format("woff"), url(../fonts/montserrat-bold.ttf) format("truetype"), url(../fonts/montserrat-bold.svg#montserratbold) format("svg");
	font-weight: bold;
	font-style: normal;
}
/* 20190702 hever-seo 
@font-face {
	font-family: Lato;
	src: url(../fonts/lato-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/lato-regular.woff) format("woff"), url(../fonts/lato-regular.ttf) format("truetype"), url(../fonts/lato-regular.svg#latoregular) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Lato;
	src: url(../fonts/lato-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/lato-bold.woff) format("woff"), url(../fonts/lato-bold.ttf) format("truetype"), url(../fonts/lato-bold.svg#latobold) format("svg");
	font-weight: bold;
	font-style: normal;
}
*/
/*latoŚrĘ^ = content*/
/*font-weight: normal = lato normal*/ 
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*font-weight: bold = lato bold*/ 
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;

}