body {
    color: #000;
    font-weight: 400;
}
.typography p, p{
    font-weight: 400;
}
.typography ul, .typography ol, .typography dl{
    font-weight: 400;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #093342;
    font-weight: normal;
}
h1.text-primary.document__title{
    font-weight: bold;
}
.bg-ternary {
    background-color: #093342 !important;
}
aside.sidebar button.d-none.d-md-flex.justify-content-center.mt-0.mt-5{
    border-radius: 0 8px 0 8px;
}
@media print {
    .footer__print{
        font-weight: 400;
    }
}
