﻿@font-face 
{
    font-family: 'GoodBook';
    src: url('goodot-book-webfont.eot');
    src: url('goodot-book-webfont.woff') format('woff');
}
@font-face 
{
    font-family: 'GoodBold';
    src: url('goodot-bold-webfont.eot');
    src: url('goodot-bold-webfont.woff') format('woff');
}

html, body
{
    font-family: 'GoodBook', Verdana, Arial, Sans-Serif;
}

.bg-dark,
.swagger-section #header {
    background-color: #343a40 !important;
}

.nav.flex-column {
    position: sticky;
    top: 15px;
    z-index: 1020;
}