@font-face {
    font-family: 'Cerebri Sans';
    src: url("../fonts/cerebrisans/cerebrisans-regular.e63b280fde60.eot");
    src: url("../fonts/cerebrisans/cerebrisans-regular.e63b280fde60.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-regular.548f02352f33.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-regular.91bff5f0d5f1.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Cerebri Sans';
    src: url("../fonts/cerebrisans/cerebrisans-medium.c01e4a7dd60f.eot");
    src: url("../fonts/cerebrisans/cerebrisans-medium.c01e4a7dd60f.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-medium.abe53acee44a.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-medium.66f3c3aea89e.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Cerebri Sans';
    src: url("../fonts/cerebrisans/cerebrisans-semibold.2a1663dd85b0.eot");
    src: url("../fonts/cerebrisans/cerebrisans-semibold.2a1663dd85b0.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans/cerebrisans-semibold.16e9c1c603cf.woff") format("woff"), url("../fonts/cerebrisans/cerebrisans-semibold.25aa37eee4a8.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

:root {
    --border-color: rgb(227, 235, 246);
    --bs-body-font-family: "Cerebri Sans", sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
}

.nav-link {
    display: flex;
}

.nav-link > .fe {
    line-height: var(--bs-body-line-height);
}

.nav-link > span {
    padding-left: 0.5rem;
}

#sidebar {
    border-color: var(--border-color);
    border-style: dashed;
    border-right-width: 1px;
}

#sidebar hr {
    color: var(--border-color);
    border-top-width: 1px;
    border-top-style: solid;
}
