@font-face
{
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
        local("Lato Light"),
        local("Lato-Light"),
        url("../font/lato/Lato-Light.woff2") format("woff2"),
        url("../font/lato/Lato-Light.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src:
        local("Lato Light Italic"),
        local("Lato-LightItalic"),
        url("../font/lato/Lato-LightItalic.woff2") format("woff2"),
        url("../font/lato/Lato-LightItalic.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local("Lato"),
        local("Lato Regular"),
        local("Lato-Regular"),
        url("../font/lato/Lato-Regular.woff2") format("woff2"),
        url("../font/lato/Lato-Regular.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:
        local("Lato Italic"),
        local("Lato-Italic"),
        url("../font/lato/Lato-Italic.woff2") format("woff2"),
        url("../font/lato/Lato-Italic.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
        local("Lato Bold"),
        local("Lato-Bold"),
        url("../font/lato/Lato-Bold.woff2") format("woff2"),
        url("../font/lato/Lato-Bold.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src:
        local("Lato Bold Italic"),
        local("Lato-BoldItalic"),
        url("../font/lato/Lato-BoldItalic.woff2") format("woff2"),
        url("../font/lato/Lato-BoldItalic.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src:
        local("Lato Black"),
        local("Lato-Black"),
        url("../font/lato/Lato-Black.woff2") format("woff2"),
        url("../font/lato/Lato-Black.woff") format("woff");
}

@font-face
{
    font-family: "Lato";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src:
        local("Lato Black Italic"),
        local("Lato-BlackItalic"),
        url("../font/lato/Lato-BlackItalic.woff2") format("woff2"),
        url("../font/lato/Lato-BlackItalic.woff") format("woff");
}
