@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");

#swagger-ui h1,
#swagger-ui h2,
#swagger-ui h3,
#swagger-ui h4,
#swagger-ui h5,
#swagger-ui h6,
#swagger-ui p,
#swagger-ui span {
  font-family: "Ubuntu", serif !important;
}

#swagger-ui h2,
.opblock-tag a {
  font-weight: 500;
}

.swagger-ui .opblock-body pre.microlight {
  font-weight: 400;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method {
  background-color: rgb(0, 51, 149);
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
  background-color: rgb(97, 196, 47);
}

.swagger-ui .btn.execute {
  background-color: rgb(0, 51, 149);
}
