/* lato font */

@font-face {
    font-family: "Lato-Black";
    src: url("../fonts/Lato-Black.ttf");
}
 
@font-face {
    font-family: "Lato-BlackItalic";
    src: url("../fonts/Lato-BlackItalic.ttf");
}
 
@font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/Lato-Bold.ttf");
}
 
@font-face {
    font-family: "Lato-BoldItalic";
    src: url("../fonts/Lato-BoldItalic.ttf");
}
 
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf");
}
 
@font-face {
    font-family: "Lato-RegularItalic";
    src: url("../fonts/Lato-RegularItalic.ttf");    
}
 
@font-face {
    font-family: "Lato-Light";
    src: url("../fonts/Lato-Light.ttf");    
}
 
@font-face {
    font-family: "Lato-LightItalic";
    src: url("../fonts/Lato-LightItalic.ttf");    
}
 
@font-face {
    font-family: "Lato-Thin";
    src: url("../fonts/Lato-Thin.ttf");    
}
 
@font-face {
    font-family: "Lato-ThinItalic";
    src: url("../fonts/Lato-ThinItalic.ttf");    
}

/* poppins font */

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

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

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

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


