* {
    font-family: 'Roboto', sans-serif !important;
}

pre, textarea {
    font-family: monospace !important;
}

.swagger-ui .topbar {
    background-color: #ed6b25;
}

.swagger-ui .topbar .download-url-wrapper {
    display: none;
}

.dark-mode-toggle {
    display: none;
}

.topbar-wrapper::before {
    content: '';
    display: inline-block;
    width: 85px;
    height: 30px;
    background-image: url('/img/logo_fireboard_weiss.png');
    background-size: 85px 30px;
    background-repeat: no-repeat;
}

.topbar-wrapper>a {
    margin-left: auto;
}

.topbar-wrapper>a>svg {
    height: 30px;
}

body {
    background: white;
}

.scheme-container {
    display: none;
}

.json-schema-2020-12-expand-deep-button {
    display: none;
}

.json-schema-2020-12-keyword.json-schema-2020-12-keyword--additionalProperties {
    display: none;
}
