/*=========FONTS=========*/
@font-face{
	font-family: 'LatoRegular';
  font-display: swap;
  src: local('LatoRegular'), url("../fonts/Lato/Lato-Regular.woff2") format("woff2"),
  url("../fonts/Lato/Lato-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face{
  font-family: 'LatoBold';
  font-display: swap;
  src: local('LatoBold'), url("../fonts/Lato/Lato-Bold.woff2") format("woff2"),
  url("../fonts/Lato/Lato-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face{
	font-family: 'LatoLight';
  font-display: swap;
  src: local('LatoLight'), url("../fonts/Lato/Lato-Light.woff") format("woff"),
  url("../fonts/Lato/Lato-Light.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'OpenSansRegular';
  font-display: swap;
  src: local('OpenSansRegular'), url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
	url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face{
  font-family: 'OpenSansBold';
  font-display: swap;
  src: local('OpenSansBold'), url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
  url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*@font-face{
  font-family: GillSans;
  src: url("../fonts/GillSansMT/gillsansmt.woff2") format("woff2"),
  url("../fonts/GillSansMT/gillsansmt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face{
  font-family: RobotoRegular;
  src:
  url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"),
  url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face{
  font-family: RobotoBold;
  src:
  url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"),
  url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face{
	font-family: ApercuProBold;
  src:
  url("../fonts/ApercuPro/apercupro-bold.woff2") format("woff2"),
  url("../fonts/ApercuPro/apercupro-bold.woff") format("woff");
  font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: ApercuProRegular;
  src:
  url("../fonts/ApercuPro/apercupro-regular.woff2") format("woff2"),
  url("../fonts/ApercuPro/apercupro-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}*/

/*@font-face{
  font-family: FuturaPTBold;
  src:
  url("../fonts/FuturaPT/futurapt-bold.woff2") format("woff2"),
  url("../fonts/FuturaPT/futurapt-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: FuturaPTDemi;
  src:
  url("../fonts/FuturaPT/futurapt-demi.woff2") format("woff2"),
  url("../fonts/FuturaPT/futurapt-demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}*/

/*=========FONTS END=========