/* css styles */

.navbar {
    background: #F8F9FA;
    border-bottom: solid #dddddd 0.1px;
}

.nav-item, .menu-text, .navbar-title {
    color: black;
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.content {
    max-width: 720px;
    margin: auto;
}

.sidebar {
    width: 250px;
}

.sidebar.sidebar-navigation>* {
    padding-top: 0.5em;
}


.nav-page-previous {
    margin-left: 2em;
}

.nav-page-next {
    margin-right: 2em;
}
