/* FONT STYLES */

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* BOOTSTRAP OVERRIDES */

.form-control:focus {
    box-shadow: none !important;
    border-color: #bbb !important;
}

a, .nav-link, .btn-link {
    color: #000;
}

a:hover, .nav-link:hover, .btn-link:hover {
    color: #444;
}

.btn-link:focus {
    box-shadow: none;
}

/* CUSTOM ELEMENTS */

.btn-copy-code:focus {
    box-shadow: none;
}

/* SWAGGER UI STYLES */

#swagger-ui {
    margin-bottom: 40px;
}

#swagger-ui a {
    color: #000;
}

#swagger-ui a:hover {
    color: #444;
}

.swagger-ui span.pointer {
    display: block;
}

.swagger-ui td.response-col_status {
    padding: 2em 0 !important;
}

.swagger-ui .scheme-container {
    box-shadow: none !important;
    padding: 0 !important;
}

#swagger-ui * {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#swagger-ui .model *, #swagger-ui pre *, #swagger-ui code *, #swagger-ui .microlight, #swagger-ui .parameter__type {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.swagger-ui .info .title small pre {
    padding: 1px;
}