/*Font*/
@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Light';
    url('Lato-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Hairline';
    url('Lato-Hairline.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Bold';
    url('Lato-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Black';
    url('Lato-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
