/*@font-face {
    font-family: "BarlowRegular";
    font-style: normal;
    !*font-weight: 400;*!
    font-display: swap;
    src: url("/static/webfonts/Barlow-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "BarlowMedium";
    font-style: normal;
    !*font-weight: 400;*!
    font-display: swap;
    src: url("/static/webfonts/Barlow-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "BarlowBold";
    font-style: normal;
    !*font-weight: 700;*!
    font-display: swap;
    src: url("/static/webfonts/Barlow-Bold.woff2") format("woff2");
}*/

/* */
@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/static/webfonts/Barlow-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/static/webfonts/Barlow-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/static/webfonts/Barlow-Bold.woff2") format("woff2");
}

:root {
    --eb-font: 'Barlow', Arial, sans-serif;
}