@font-face {
    font-family: 'Lato-Black';
    /* woff2 fonts are preloaded. Using ttf fonts as backup fonts in case preloading fails */
    src: url('webfonts/lato/Lato-Black.woff2') format('woff2'),url('webfonts/lato/Lato-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('webfonts/lato/Lato-Bold.woff2') format('woff2'),url('webfonts/lato/Lato-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('webfonts/lato/Lato-Semibold.woff2') format('woff2'),url('webfonts/lato/Lato-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('webfonts/lato/Lato-Medium.woff2') format('woff2'),url('webfonts/lato/Lato-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('webfonts/lato/Lato-Regular.woff2') format('woff2'),url('webfonts/lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Light';
    src: url('webfonts/lato/Lato-Light.woff2') format('woff2'),url('webfonts/lato/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Thin';
    src: url('webfonts/lato/Lato-Hairline.woff2') format('woff2'),url('webfonts/lato/Lato-Hairline.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 100;
    src: url('webfonts/lato/Lato-Hairline.woff2') format('woff2'),url('webfonts/lato/Lato-Hairline.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 300;
    src: url('webfonts/lato/Lato-Light.woff2') format('woff2'),url('webfonts/lato/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    src: url('webfonts/lato/Lato-Regular.woff2') format('woff2'),url('webfonts/lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 500;
    src: url('webfonts/lato/Lato-Medium.woff2') format('woff2'),url('webfonts/lato/Lato-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 600;
    src: url('webfonts/lato/Lato-Semibold.woff2') format('woff2'),url('webfonts/lato/Lato-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 700;
    src: url('webfonts/lato/Lato-Bold.woff2') format('woff2'),url('webfonts/lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 900;
    src: url('webfonts/lato/Lato-Black.woff2') format('woff2'),url('webfonts/lato/Lato-Black.ttf') format('truetype');
}