/** FlowOps shared base. Deliberately conservative to preserve the approved UI. */
.flowops-app,
body[class*="flowops"] {
  font-family: var(--fo-font-sans);
}

.flowops-app *,
.flowops-app *::before,
.flowops-app *::after {
  box-sizing: border-box;
}

.flowops-app button,
.flowops-app input,
.flowops-app select,
.flowops-app textarea {
  font: inherit;
}
