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

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

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

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


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

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

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

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