@font-face {
    font-family: Lato-Regular;
    src: url(fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: Lato-Light;
    src: url(fonts/Lato-Light.ttf);
}
@font-face {
    font-family: Lato-Thin;
    src: url(fonts/Lato-Thin.ttf);
}
@font-face {
    font-family: Lato-Bold;
    src: url(fonts/Lato-Bold.ttf);
}
 

@font-face {
    font-family:Roboto-Regular;
    src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Condensed;
    src: url(fonts/Roboto-Condensed.ttf);
}
@font-face {
    font-family:RobotoCondensed-Regular;
    src: url(fonts/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family:RobotoCondensed-Light;
    src: url(fonts/RobotoCondensed-Light.ttf);
}

@font-face {
    font-family:Poppins-Regular;
    src: url(fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family:Poppins-Light;
    src: url(fonts/Poppins-Light.ttf);
}
@font-face {
    font-family:Poppins-Bold;
    src: url(fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family:Poppins-ExtraLight;
    src: url(fonts/Poppins-ExtraLight.ttf);
}