  /* FONTS */
  
  @font-face {
	font-family: "NunitoLight";
	src: url(../fonts/NunitoSansLight.ttf)format('truetype');
  }
  
  @font-face {
	font-family: "NunitoSemi";
	src: url(../fonts/NunitoSemiB.ttf)format('truetype');
  }
  
  @font-face {
	font-family: "RobotoLigth";
	src: url(../fonts/Roboto-Light.ttf)format('truetype');
  }
  
  
  @font-face {
	font-family: "RobotoBold";
	src: url(../fonts/Roboto-Bold.ttf)format('truetype');
  }
  
  @font-face {
	font-family: "NunitoRegular";
	src: url(../fonts/NunitoRegular.ttf)format('truetype');
  }
  
  @font-face {
	font-family: "NunitoBold";
	src: url(../fonts/NunitoBold.ttf)format('truetype');
  }
  
  
  @font-face {
	font-family: "SegoeBold";
	src: url(../fonts/SegoeB.ttf)format('truetype');
  }
  
  @font-face {
	font-family: "SegoeRegular";
	src: url(../fonts/SegoeReg.ttf)format('truetype');
  }
  
  @font-face {
	font-family: "SegoeSemi";
	src: url(../fonts/SegoeSemi.ttf)format('truetype');
  }