@font-face {
	font-family: PoppinsBold;
	src: url("../font/Poppins-Bold.ttf") format("opentype");
}
@font-face {
	font-family: PoppinsMedium;
	src: url("../font/Poppins-Medium.ttf") format("opentype");
}
@font-face {
	font-family: PoppinsRegular;
	src: url("../font/Poppins-Regular.ttf") format("opentype");
}

@font-face{
    font-family: PoppinLight;
    src: url("../font/Poppins-Light.ttf") format("opentype")
}

@font-face{
    font-family: PoppinsSemiBold;
    src: url("../font/Poppins-SemiBold.ttf") format("opentype")
}

div p{
    font-size: 18px;
    font-weight: bold;
    font-family: 'PoppinLight';
    letter-spacing: 3px;
}