/** FONTS **/
@font-face {
    font-family: "SquareSerifBook";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src:    local(""),
    url("../../../fonts/SquareSerif-Book-webfont.woff")     format("woff"),
    url("../../../fonts/SquareSerif-Book-webfont.ttf")      format("truetype"),
    url("../../../fonts/SquareSerif-Book-webfont.svg")      format("svg");
}

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

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