/*OPEN SANS*/
@font-face {
    font-family: "Poppins-Light";
    src: url("Poppins/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Thin";
    src: url("Poppins/Poppins-Thin.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("Poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("Poppins/Poppins-Bold.ttf");
}