/*
 * Full Lato files, including Vietnamese tone marks. Semantic UI bundles only
 * a Latin subset under the same family name, which made headings at 700/900
 * silently fall back to another font for Vietnamese characters.
 */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/lato-regular.bd03a2cc277b.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/lato-bold.cccb89748581.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/lato-black.33d5f0d956f3.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/lato-italic.4eb103b4d12b.woff2") format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/lato-bold-italic.0b6bb6725576.woff2") format("woff2");
}
