@font-face {
    font-family: Poppins-Regular;
    src: url("Poppins/Poppins-Regular.otf") format("opentype");
}

@font-face {
    font-family: Poppins-Light;
    src: url("Poppins/Poppins-Light.otf") format("opentype");
}

@font-face {
    font-family: Poppins-Thin;
    src: url("Poppins/Poppins-Thin.otf") format("opentype");
}

@font-face {
    font-family: Raleway-Light;
    src: url("Raleway/Raleway-Light.ttf") format("truetype");
}

body {
    font-family: "Poppins-Light" !important;
}
 

#footer{
	color: #fff !important;
}

.white{
	color: #fff !important;
}

.darkgrey{
	color: #4c51e0 !important;
}

.lead {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

h2 {
    font-family: 'Raleway-Light', sans-serif !important;
    color: #191a1c;
    font-weight: 200;
}

.text-italic{
	font-style: italic !important;
}