/* HAIRLINE - 100 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Hairline.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Hairline.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-HairlineItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-HairlineItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}

/* THIN - 200 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Thin.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Thin.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-ThinItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-ThinItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
}

/* LIGHT - 300 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Light.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-LightItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

/* REGULAR - 400 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Regular.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Italic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

/* MEDIUM - 500 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Medium.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-MediumItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

/* SEMIBOLD - 600 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Semibold.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-SemiboldItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

/* BOLD - 700 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Bold.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-BoldItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}

/* HEAVY - 800 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Heavy.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-HeavyItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-HeavyItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

/* BLACK - 900 */
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-Black.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/includes/webfonts/lato/2022/Lato-BlackItalic.woff2") format("woff2"),
        url("/includes/webfonts/lato/2022/Lato-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}