/*:root {
    --bs-body-font-size: 0.75rem;
}
body {
    font-family: "Open Sans",sans-serif;
    font-size: var(--bs-body-font-size);
    -webkit-font-smoothing: antialiased;
}

.dropdown-menu {
    font-size: var(--bs-body-font-size);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.h4, h4 {
    font-size: 1.125rem;
}*/
html {
    font-size: 87.5%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "Open Sans",sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.nav-user img {
    width: 2.143rem; /*30px;*/
    height: 2.143rem; /*30px;*/
    margin-top: -0.35rem; /*-5px;*/
    margin-bottom: -0.35rem; /*-5px;*/
    border-radius: 2rem; /*30px;*/
    margin-right: 0.35rem; /*10px;*/
}