/* Black */
@font-face {
    font-style: normal;
    font-weight: 900;
    font-family: 'Lato';
    src: url('Lato-Black.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 900;
    font-family: 'Lato';
    src: url('Lato-BlackItalic.ttf');
}

/* /Black */

/* ExtraBold */

@font-face {
    font-style: normal;
    font-weight: 800;
    font-family: 'Lato';
    src: url('Lato-ExtraBold.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 800;
    font-family: 'Lato';
    src: url('Lato-ExtraBoldItalic.ttf');
}

/* /ExtraBold */

/* Bold */

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato';
    src: url('Lato-Bold.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 700;
    font-family: 'Lato';
    src: url('Lato-BoldItalic.ttf');
}

/* /Bold */

/* Semi Bold */

@font-face {
    font-style: normal;
    font-weight: 600;
    font-family: 'Lato';
    src: url('Lato-Medium.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 600;
    font-family: 'Lato';
    src: url('Lato-SemiBold.ttf');
}

/* /Semi Bold */

/* Medium */

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: 'Lato';
    src: url('Lato-SemiBoldItalic.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 500;
    font-family: 'Lato';
    src: url('Lato-MediumItalic.ttf');
}

/* /Medium */

/* Regular */

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'Lato';
    src: url('Lato-Regular.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 400;
    font-family: 'Lato';
    src: url('Lato-Italic.ttf');
}

/* /Regular */


/* Light */

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: 'Lato';
    src: url('Lato-Light.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 300;
    font-family: 'Lato';
    src: url('Lato-LightItalic.ttf');
}

/* /Light */

/* ExtraLight */

@font-face {
    font-style: normal;
    font-weight: 200;
    font-family: 'Lato';
    src: url('Lato-ExtraLight.ttf');
}

@font-face {
    font-style: italic;
    font-weight: 200;
    font-family: 'Lato';
    src: url('Lato-ExtraLightItalic.ttf');
}

/* /ExtraLight */