/* Lato Normal - Weight 100 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/Lato-Thin.ttf') format('truetype');
}

/* Lato Italic - Weight 100 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url('/fonts/Lato-ThinItalic.ttf') format('truetype');
}

/* Lato Normal - Weight 300 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Lato-Light.ttf') format('truetype');
}

/* Lato Italic - Weight 300 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/Lato-LightItalic.ttf') format('truetype');
}

/* Lato Normal - Weight 400 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Lato-Regular.ttf') format('truetype');
}

/* Lato Italic - Weight 400 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/Lato-Italic.ttf') format('truetype');
}

/* Lato Normal - Weight 700 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Lato-Bold.ttf') format('truetype');
}

/* Lato Italic - Weight 700 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/Lato-BoldItalic.ttf') format('truetype');
}

/* Lato Normal - Weight 900 */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Lato-Black.ttf') format('truetype');
}

/* Lato Italic - Weight 900 */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url('/fonts/Lato-BlackItalic.ttf') format('truetype');
}


.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}
