/* Font import */

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700,700italic);

@import url('//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: EconomicaBold;
    src: url(../Fonts/Economica-Bold.ttf);
}
@font-face {
    font-family: IstokWebRegular;
    src: url(../Fonts/IstokWeb-Regular.ttf);
}
@font-face {
    font-family: IstokWebBold;
    src: url(../Fonts/IstokWeb-Bold.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(../Fonts/roboto.light.ttf);
}
@font-face {
    font-family: roboto-medium;
    src: url(../Fonts/roboto.medium.ttf);
}
@font-face {
    font-family: roboto-regular;
    src: url(../Fonts/roboto.regular.ttf);
}
@font-face{
    font-family: 'Lato-Regular';
	font-style: normal;
	font-weight: normal;
    src: url('../Fonts/Lato-Regular.eot');
    src: url('../Fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Lato-Regular.woff2') format('woff2'),
         url('../Fonts/Lato-Regular.woff') format('woff'),
         url('../Fonts/Lato-Regular.ttf') format('truetype'),
         url('../Fonts/Lato-Regular.svg#latoregular') format('svg');
}
@font-face {
	font-family:"Lato-Light";
	src:url("../Fonts/Lato-Light.eot?") format("eot"),
		url("../Fonts/Lato-Light.woff") format("woff"),
		url("../Fonts/Lato-Light.ttf") format("truetype"),
		url("../Fonts/Lato-Light.svg#Lato-Light") format("svg");
		font-weight:normal;
		font-style:normal;
}
@font-face {
	font-family:"Lato-Bold";
	src:url("../Fonts/Lato-Bold.eot?") format("eot"),
		url("../Fonts/Lato-Bold.woff") format("woff"),
		url("../Fonts/Lato-Bold.ttf") format("truetype"),
		url("../Fonts/Lato-Bold.svg#Lato-Light") format("svg");
		font-weight:normal;
		font-style:normal;
}
@font-face{
    font-family: 'futurabold';
	font-style: normal;
	font-weight: normal;
    src: url('../Fonts/futura/futurabold.eot');
    src: url('../Fonts/futura/futurabold.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/futura/futurabold.woff2') format('woff2'),
         url('../Fonts/futura/futurabold.woff') format('woff'),
         url('../Fonts/futura/futurabold.ttf') format('truetype'), 
         url('../Fonts/futura/futurabold.svg#futurabold') format('svg');
}
@font-face {
	font-family: 'futuralight';
	font-style: normal;
	font-weight: normal;
	 src: url('../Fonts/futura/futuralight.eot');
    src: url('../Fonts/futura/futuralight.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/futura/futuralight.woff2') format('woff2'),
         url('../Fonts/futura/futuralight.woff') format('woff'),
         url('../Fonts/futura/futuralight.ttf') format('truetype'), 
         url('../Fonts/futura/futuralight.svg#futuralight') format('svg');
}
@font-face {
	font-family: 'futuramedium';
	font-style: normal;
	font-weight: normal;
	 src: url('../Fonts/futura/futuramedium.eot');
    src: url('../Fonts/futura/futuramedium.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/futura/futuramedium.woff2') format('woff2'),
         url('../Fonts/futura/futuramedium.woff') format('woff'),
         url('../Fonts/futura/futuramedium.ttf') format('truetype'), 
         url('../Fonts/futura/futuramedium.svg#futuramedium') format('svg');
}
