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