/*============= FONT FACE =============*/
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype'),
		 url('../fonts/MyriadPro-Regular.woff') format('woff'),
		 url('../fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
	     url('../fonts/Poppins-Medium.woff') format('woff'),
		 url('../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  
	     url('../fonts/Poppins-SemiBold.woff') format('woff'), 
	     url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), 
	     url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),  
	     url('../fonts/Poppins-Bold.woff') format('woff'), 
	     url('../fonts/Poppins-Bold.ttf')  format('truetype'), 
	     url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
	     url('../fonts/Poppins-Light.woff') format('woff'), 
	     url('../fonts/Poppins-Light.ttf')  format('truetype'), 
	     url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Poppins-Regular.woff') format('woff'),
	     url('../fonts/Poppins-Regular.ttf')  format('truetype'),
	     url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}