﻿@font-face {
    font-family: "Adelle Sans W01", sans-serif;
    src: url("../swagger-ui/resources/Fonts/AdelleSans-Regular.otf");
}

body {
    font-family: "Adelle Sans W01", sans-serif;
}

.swagger-ui {
    font-family: "Adelle Sans W01", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* Z3 */
    color: #1A1A1A;
    background-color: #F5F5F5;
}

.swagger-ui .topbar {
    background-color: #08529B;
}
    
.topbar-wrapper .link img {
    width: 150px !important;
}
.topbar-wrapper .link span {
    display: none;
}
.download-url-wrapper .select-label span {
    color: #fff;
}
.swagger-ui .scheme-container {
    background-color: #F5F5F5;
}
.swagger-ui .info .title {
    font-family: "Adelle Sans W01", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    /* Z3 */
    color: #1A1A1A;
}
.swagger-ui .parameter__name, .swagger-ui table thead tr th, .swagger-ui .opblock .opblock-summary-description {
    font-family: "Adelle Sans W01", sans-serif;
    color: #1A1A1A;
}

.swagger-ui .opblock-tag-section h4.opblock-tag.no-desc, .swagger-ui .models h4 span, .swagger-ui .opblock .opblock-section-header h4 {
    font-family: "Adelle Sans W01", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* Z3 */
    color: #1A1A1A;
}
.swagger-ui a.nostyle {
    color: #1A1A1A;
}
p {
    font-family: "Adelle Sans W01", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* Z3 */
    color: #1A1A1A;
}

