/**************************************/
/**************** Root ****************/
/**************************************/
:root {
    --documentation: white;
    --navbar: white;
}

body {
    color: #637282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b2733;
}

b,
strong {
    font-weight: bold;
}

/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
    border: none;
    background-color: #072444;
}

.sidebar ul li h2 {
    color: #e5ecf5;
}

.sidebar a,
.sidebar a:visited,
.sidebar ul li ul li a {
    color: #e5ecf5;
}

.sidebar .copyright {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.7em;
    color: #e5ecf5;
}

.sidebar .copyright a:hover {
    text-decoration: underline;
}

/** Documentation **/
.documentation > ul:first-of-type li a {
    color: #8898aa;
}

.documentation p {
    line-height: 1.75;
}

.documentation p,
.documentation ol,
.documentation ul {
    margin-bottom: 1rem;
}

.documentation a {
    color: #0256ac;
}

.documentation a:hover {
    color: #00438a;
}

.documentation ol > li,
.documentation ul > li {
    padding: 0;
    line-height: 1.5;
}

/**************************************/
/*************** Other **************/
/**************************************/
.chip-new {
    background-color: #bbf7d0;
    color: #14532d;
    font-size: 0.875rem;
    padding: 2px 8px;
    border-radius: 0.75rem;
}
