/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

/* base font */
/* body .book.font-family-1, .book-summary {
    font-family: Inter, Source Sans Pro, Helvetica Neue, Arial, sans-serif;
} */

/* hide the "published by gitbook" footer */
.gitbook-link {
    visibility: hidden;
    pointer-events: none;
    height: 20px;
}

/* sidebar scroll beautification */
.book-summary::-webkit-scrollbar {
    width: 10px;
}
.book-summary::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}
.book-summary:hover::-webkit-scrollbar-thumb {
    background: hsla(0,0%,53%,.4);
}
.book-summary:hover::-webkit-scrollbar-track {
    background: hsla(0,0%,53%,.1);
}

/* sidebar items */
.book-summary ul.summary li a, .book-summary ul.summary li span {
    text-overflow: initial;
    white-space: normal;
    line-height: 1.4em;
    padding: 9px 10px 9px 6px;
}
.book-summary ul.summary li.chapter {
    position: relative;
    padding-left: 10px;
}

/* header navbar */
.book-header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
}

.book.color-theme-1 .book-header {
    background-color: #F3EACB;
}

.book.color-theme-2 .book-header {
    background-color: hsl(228, 21%, 14%);
}

.book-header h1 {
    padding-left: 0px !important;
}

/* content */
.page-wrapper {
    padding-top: 50px;
}
