
@font-face {
    font-family: EMprintLight;
    src: url(../EMprintW05Light_web.eot);
    src: url(../EMprintW05Light_web.eot?#iefix) format("embedded-opentype"), url(../EMprintW05Light_web.woff) format("woff"), url(../EMprintW05Light_web.woff2) format("woff2"), url(../EMprintW05Light_web.ttf) format("truetype"), url(../EMprintW05Light_web.svg#EMprintLight) format("svg");
    font-weight: 400;
    font-style: normal
  }
  
  @font-face {
    font-family: EMprintRegular;
    src: url(../EMprintW05Regular_web.eot);
    src: url(../EMprintW05Regular_web.eot?#iefix) format("embedded-opentype"), url(../EMprintW05Regular_web.woff) format("woff"), url(../EMprintW05Regular_web.woff2) format("woff2"), url(../EMprintW05Regular_web.ttf) format("truetype"), url(../EMprintW05Regular_web.svg#EMprintRegular) format("svg");
    font-weight: 500;
    font-style: normal
  }
  
  @font-face {
    font-family: EMprintRegularItalic;
    src: url(../EMprintW05RegularItalic_web.eot);
    src: url(../EMprintW05RegularItalic_web.eot?#iefix) format("embedded-opentype"), url(../EMprintW05RegularItalic_web.woff) format("woff"), url(../EMprintW05RegularItalic_web.woff2) format("woff2"), url(../EMprintW05RegularItalic_web.ttf) format("truetype"), url(../EMprintW05RegularItalic_web.svg#EMprintRegularItalic) format("svg");
    font-weight: 500;
    font-style: italic
  }
  
  @font-face {
    font-family: EMprintSemibold;
    src: url(../EMprintW05Semibold_web.eot);
    src: url(../EMprintW05Semibold_web.eot?#iefix) format("embedded-opentype"), url(../EMprintW05Semibold_web.woff) format("woff"), url(../EMprintW05Semibold_web.woff2) format("woff2"), url(../EMprintW05Semibold_web.ttf) format("truetype"), url(../EMprintW05Semibold_web.svg#EMprintSemibold) format("svg");
    font-weight: 600;
    font-style: normal
  }
  
  @font-face {
    font-family: EMprintSemiboldItalic;
    src: url(../EMprintW05SemiboldItalic_web.eot);
    src: url(../EMprintW05SemiboldItalic_web.eot?#iefix) format("embedded-opentype"), url(../EMprintW05SemiboldItalic_web.woff) format("woff"), url(../EMprintW05SemiboldItalic_web.woff2) format("woff2"), url(../EMprintW05SemiboldItalic_web.ttf) format("truetype"), url(../EMprintW05SemiboldItalic_web.svg#EMprintSemiboldItalic) format("svg");
    font-weight: 600;
    font-style: italic
  }
  
  @font-face {
    font-family: EMprintBold;
    src: url(../EMprintW05Bold_web.eot);
    src: url(../EMprintW05Bold_web.eot?#iefix) format("embedded-opentype"), url(../EMprintW05Bold_web.woff) format("woff"), url(../EMprintW05Bold_web.woff2) format("woff2"), url(../EMprintW05Bold_web.ttf) format("truetype"), url(../EMprintW05Bold_web.svg#EMprintBold) format("svg");
    font-weight: 700;
    font-style: normal
  }

body{
    font-family: EMprint;
    background-color: #e0d9f72e;
}
#logo {
    width: 36px;
    object-fit: cover;
}

#navbar {
    background-color: #277cd0;
}

#navbar-txt {
    color: white;
    font-weight: 600
}

.components-spacing{
    margin-top:1%
}
#request-get-scaffolds, #request-get-requests{
    display:inline-block;
    border-bottom:steelblue solid 3px
}
#doc-api-detail, .tab-th,a{
    color:rgb(53, 53, 53);
    font-weight:400;
}
.tab-content>.active,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{

    font-weight: 300;
 
}

.tab-content>.active{
    color:#333333e0;
}