/* fonts */
/* fonts.css */
@font-face {
    font-family: "Graphik";
    src: url("/app/static/webfonts/Graphik-Medium-Web-99ab38785b001cc4ca0943575254229c.woff2") format("woff2");
    font-weight: var(--font-weight-medium);
    font-style: normal;
    font-display: swap; /* avoids FOIT */
}

@font-face {
    font-family: "Graphik";
    src: url("/app/static/webfonts/Graphik-Regular-Web-25ec21b39e53fb24a5d81572b6f9fb6e.woff2") format("woff2");
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Publico Headline";
    src: url("/app/static/webfonts/PublicoHeadline-Roman-Web-b83c18f2a0f37df6d3f923804797b5dc.woff") format("woff");
    font-weight: var(--font-weight-regular);
    font-style: normal;
    font-display: swap;
}