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

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

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

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

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.ttf);    
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.ttf);    
}
