.swagger-ui .opblock-tag,
.swagger-ui .opblock,
.swagger-ui .opblock .opblock-summary-method,
.swagger-ui .opblock .opblock-summary-description,
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-description-wrapper p,
.swagger-ui .opblock .opblock-section-header h4,
.swagger-ui .info li,
.swagger-ui .info a,
.swagger-ui .info p,
.swagger-ui .info .title,
.swagger-ui table thead tr th,
.swagger-ui table thead tr td,
.swagger-ui button,
.swagger-ui input,
.swagger-ui optgroup,
.swagger-ui select,
.swagger-ui textarea {
  font-family: 'Nunito Sans'!important
}

.swagger-ui .highlight-code>.microlight {
  min-height: auto!important;
}

.swagger-ui .opblock .opblock-summary-path {
  font-weight: 700;
}

.swagger-ui .opblock .opblock-summary-description {
  font-size: 16px;
}

img[alt="Swagger UI"] {
  display: none;
}

div.topbar-wrapper a:before {
  content: url("/img/logo-horizontal.png");
  height: 40px;
  width: 140px;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
