﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.swagger-ui pre * {
    font-family: 'Noto Sans Mono', monospace !important;
}

.swagger-ui textarea {
    font-family: 'Noto Sans Mono', monospace !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.swagger-ui * {
    font-family: 'Open Sans', sans-serif !important;
}

.swagger-ui .opblock-body pre.microlight {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.swagger-ui .parameter__type {
    font-weight: 400 !important;
}

.swagger-ui .parameter__extension, .swagger-ui .parameter__in {
    font-weight: 400 !important;
    font-style: normal !important;
}