@font-face { 
    font-family: 'Source Sans Pro'; 
    src: url('../fonts/SourceSansPro-Light.ttf'); 
    font-weight: 300;
}

@font-face { 
    font-family: 'Source Sans Pro'; 
    src: url('../fonts/SourceSansPro-Regular.ttf'); 
    font-weight: normal;
}

@font-face { 
    font-family: 'Source Sans Pro'; 
    src: url('../fonts/SourceSansPro-Black.ttf'); 
    font-weight: 900;
}

@font-face { 
    font-family: 'Lato'; 
    src: url('../fonts/Lato-Light.ttf'); 
    font-weight: 300;
}

@font-face { 
    font-family: 'Lato'; 
    src: url('../fonts/Lato-Regular.ttf'); 
    font-weight: normal;
}

@font-face { 
    font-family: 'Lato'; 
    src: url('../fonts/Lato-Bold.ttf'); 
    font-weight: bold;
}