@font-face {
    font-family: "Tex Gyre Adventor";
    src: url("/_content/JTK.Common.Layout/css/tex-gyre-adventor/texgyreadventor-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tex Gyre Adventor";
    src: url("/_content/JTK.Common.Layout/css/tex-gyre-adventor/texgyreadventor-italic-webfont.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Tex Gyre Adventor";
    src: url("/_content/JTK.Common.Layout/css/tex-gyre-adventor/texgyreadventor-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tex Gyre Adventor";
    src: url("/_content/JTK.Common.Layout/css/tex-gyre-adventor/texgyreadventor-bolditalic-webfont.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --bs-font-sans-serif: "Tex Gyre Adventor", sans-serif;
}

html,
body,
.pos-layout-root {
    font-family: "Tex Gyre Adventor", sans-serif;
}
