@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

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

/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
    border: none;
    background-image: linear-gradient(0deg, #12283a, #1c3d5a);
}

.sidebar ul li h2 {
    color: #6cb2eb;
}

.sidebar ul li ul li a {
    color: #dae1e7;
}

/*************** Content **************/
html,
body {
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 1.6;
}

a {
    color: #003246;
}

.documentation p {
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 0.7rem;
}
