/* IA Connect CSS atomic selector: typography 001.001; derived from typography-001-ia-connect.css. */
/* Connect typography refresh – scoped */
.ia-connect{
  --ia-font-ui: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  --ia-font-body: var(--ia-font-ui);
  font-family: var(--ia-font-ui);
}
