/** Shared Limebug Commerce UI components. */
body.lbcui-enabled {
    --lbcui-font: inherit;
}

body.lbcui-enabled :where(input, select, textarea, button, .button) {
    font-family: var(--lbcui-font);
}
