

@font-face {
  font-family: "Poppins";
  src:url("../fonts/poppins/Poppins-Light.woff2") format("woff2"),
      url("../fonts/poppins/Poppins-Light.woff") format("woff"),
	  url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
   src:url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"),
       url("../fonts/poppins/Poppins-Medium.woff") format("woff"),
       url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"),
	   url("../fonts/poppins/Poppins-SemiBold.woff") format("woff"),
	   url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"),
       url("../fonts/poppins/Poppins-Bold.woff") format("woff"),
	   url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: 	url("../fonts/raleway/Raleway-Light.woff2") format("woff2"),
    	url("../fonts/raleway/Raleway-Light.woff") format("woff"),
		url("../fonts/raleway/Raleway-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: 	url("../fonts/raleway/Raleway-Medium.woff2") format("woff2"),
    	url("../fonts/raleway/Raleway-Medium.woff") format("woff"),
		url("../fonts/raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: 	url("../fonts/raleway/Raleway-Bold.woff2") format("woff2"),
	    url("../fonts/raleway/Raleway-Bold.woff") format("woff"),
		url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: 	url("../fonts/raleway/Raleway-SemiBold.woff2") format("woff2"),
		url("../fonts/raleway/Raleway-SemiBold.woff") format("woff"),
		url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}