


h1, h2, h3, h4, h5, h6, p.blurb {
    font-family: 'Libertinus Serif', 'Georgia', serif;
    
    color: #666666  !important;    
}
div.body .section {
    text-align: justify;
}


body {
     font-family: 'Lato';
     /* color: black; */
}

.section p {
    font-family: 'Libertinus Serif', 'Georgia', serif;
    font-size: 20px;
    line-height: 1.4;
}

.post-teaser-body p {
    font-family: 'Libertinus Serif', 'Georgia', serif;
    line-height: 1.4;
    font-size: 17px;
} 

.post-teaser-body pre,
.post-teaser-body tt,
.post-teaser-body code,
.post-teaser-body kbd,
.post-teaser-body samp {
    line-height: 1.4;
    font-size: 14px;
} 





.navbar-nav > .active > .nav-link {
    color: #333  !important;    
}

.bd-sidebar .nav .active:hover > a,
.bd-sidebar .nav .active > a {
    color: #333  !important;    
}

.bd-sidebar .nav > li > a:hover {
    color: black  !important;    
}

.toc-entry > .nav-link.active {
    color: black  !important;
    border-left-color: black;
}