/* Local Unicode font shared by POS, standalone login, receipts and reports. */
@font-face {
    font-family: "Noto Sans";
    src: url("NotoSans-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --font-ui: "Noto Sans", "Segoe UI", Arial, sans-serif;
    font-family: var(--font-ui);
}
