@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf");
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');


html {
    --pst-font-size-base: 14px;
    --pst-font-family-base: "OpenSans", var(--pst-font-family-base-system);
    --pst-font-family-heading: "OpenSans", var(--pst-font-family-base-system);
    --pst-font-family-monospace: var(--pst-font-family-monospace-system);
    --pst-heading-color: #006699;
    
}

h1 {
    font-weight: bolder;
    background-color: #00669922;
    margin-top:20px!important;
    padding-top: 20px!important;
}

h2 {
    border-bottom: 4px solid #00669922 !important;
    padding-bottom: 4px;
}

li {
    text-align: justify!important;
}

p {
    text-align: justify!important;
    margin-top: 0;
    margin-bottom: 1rem
}

.text-warning {
    font-weight: bold;
    color: var(--sd-color-warning);
}

.text-success {
    font-weight: bold;
    color: var(--sd-color-success);
}

.toctree-l1 > a {
    color: #006699 ;
    display: block;
    background-color: #00669922 ;
    font-weight: bold;
    border-bottom: None!important ;
    text-decoration: None;
}
.toctree-l2 > a {
    color: #555555 ;
    display: block;
    border-bottom: None!important ;
    text-decoration: None;
}

.toctree-wrapper li[class^=toctree-l2]>a {
    font-size: 1em;
    list-style: none;
}
