/* Lato Thin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('Lato-Thin.woff2') format('woff2'),
         url('Lato-Thin.woff') format('woff'),
         url('Lato-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url('Lato-ThinItalic.woff2') format('woff2'),
         url('Lato-ThinItalic.woff') format('woff'),
         url('Lato-ThinItalic.ttf') format('truetype');
}

/* Lato Light */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('Lato-Light.woff2') format('woff2'),
         url('Lato-Light.woff') format('woff'),
         url('Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('Lato-LightItalic.woff2') format('woff2'),
         url('Lato-LightItalic.woff') format('woff'),
         url('Lato-LightItalic.ttf') format('truetype');
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('Lato-Regular.woff2') format('woff2'),
         url('Lato-Regular.woff') format('woff'),
         url('Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('Lato-Italic.woff2') format('woff2'),
         url('Lato-Italic.woff') format('woff'),
         url('Lato-Italic.ttf') format('truetype');
}

/* Lato Bold */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('Lato-Bold.woff2') format('woff2'),
         url('Lato-Bold.woff') format('woff'),
         url('Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('Lato-BoldItalic.woff2') format('woff2'),
         url('Lato-BoldItalic.woff') format('woff'),
         url('Lato-BoldItalic.ttf') format('truetype');
}

/* Lato Black */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('Lato-Black.woff2') format('woff2'),
         url('Lato-Black.woff') format('woff'),
         url('Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url('Lato-BlackItalic.woff2') format('woff2'),
         url('Lato-BlackItalic.woff') format('woff'),
         url('Lato-BlackItalic.ttf') format('truetype');
}
