:root {
    /* Solve conflict between redoc and bootstrap 5.0 beta2 when clicking anchor links in side bar */
    scroll-behavior: unset !important;
    font-family: 'Montserrat', sans-serif !important;
}

* {
    font-family: 'Montserrat', sans-serif !important;
}

pre, pre *, code, code * {
    font-family: 'Courier', monospace !important;
}

.min-w-100 {
    min-width: 100%;
}
