@charset "UTF-8";

/* we override the font-face as beer.css and radzen use different imports and urls for it, here we fix it to the one acutal used */

@font-face {
    font-family: "Material Symbols";
    src: url("../fonts/material-symbols-outlined.woff2") format("woff2 supports variations"), url("../fonts/material-symbols-outlined.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 100 700;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/RobotoFlex.woff2") format("woff2 supports variations"), url("../fonts/RobotoFlex.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-display: swap;
}
