@font-face {
    font-family: "Lato";
    src: url("/api/v1/fonts/Lato-Regular/");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/api/v1/fonts/Lato-Italic/");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Lato";
    src: url("/api/v1/fonts/Lato-Bold/");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("/api/v1/fonts/Lato-BoldItalic/");
    font-weight: bold;
    font-style: italic;
}
