@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

p, li, td {
  font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}

li {
    line-height: 175%;
}

.swagger-ui .markdown code, .swagger-ui .renderedMarkdown code {
    padding: 2px;
    font-weight: 400;
}

.swagger-ui .json-schema-2020-12-keyword--description p {
    margin: 10px;
}

.swagger-ui .info a, .swagger-ui a {
    color: #da1c5c;
}

.swagger-ui .markdown code, .swagger-ui .renderedMarkdown code {
    color: #000;
    font-size: 1em;
}

.swagger-ui p {
    line-height: 1.75em;
}
