
@font-face {
    font-family: "bold";
    src: url(fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: "black";
    src: url(fonts/Poppins-Black.ttf);
}
@font-face {
    font-family: "light";
    src: url(fonts/Poppins-Light.ttf);

}
@font-face {
    font-family: "regular";
    src: url(fonts/Poppins-Regular.ttf);

}
@font-face {
    font-family: "medium";
    src: url(fonts/Poppins-Medium.ttf);

}
