/* latin */
@font-face {
    font-family: "Lobster-Regular";

    src: url("./fonts/Lobster-Regular.woff") format("woff"),
    url("./fonts/Lobster-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "WorkSans-Thin";

    src: url("./fonts/WorkSans-Thin.woff") format("woff"),
    url("./fonts/WorkSans-Thin.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
