/* Apply Dubai Font to Swagger UI text; keep code/schemas monospace. */
.swagger-ui,
.swagger-ui .info .title,
.swagger-ui .info p,
.swagger-ui .info li,
.swagger-ui .info a,
.swagger-ui .opblock-tag,
.swagger-ui .opblock .opblock-summary-description,
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock-description-wrapper p,
.swagger-ui .btn,
.swagger-ui select,
.swagger-ui label,
.swagger-ui .tab li,
.swagger-ui .parameter__name,
.swagger-ui table thead tr th,
.swagger-ui .response-col_status,
.swagger-ui .markdown p,
.swagger-ui .topbar-wrapper span {
  font-family: "Dubai", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

/* Technical bits stay monospace. */
.swagger-ui .microlight,
.swagger-ui code,
.swagger-ui pre,
.swagger-ui .prop-type,
.swagger-ui .model,
.swagger-ui .model-title,
.swagger-ui .parameter__type,
.swagger-ui .opblock-summary-method,
.swagger-ui .response-col_links {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important;
}

/* A subtle UAE-green accent on the title bar. */
.swagger-ui .info .title small.version-stamp { background-color: #34d399; }
