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

@font-face {
    font-family: "Poppins-Light";
    src: url("Poppins/Poppins-Light.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");
}

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

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

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

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

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

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