body {
    hyphens: auto;
    font-family: 'Charter-lore', serif;
}
body[data-theme='light'] h1,
body[data-theme='light'] h2,
body[data-theme='light'] h3,
body[data-theme='light'] h4,
body[data-theme='light'] h5,
body[data-theme='light'] h6
{
    color: #333;
}
h1 {
    font-family: 'Cooper-Hewitt', sans-serif;
}
h2, h3, h4, h5, h6 {
    font-family: 'Fira', sans-serif;
    font-weight: 300;
}
.toc-title, .toc-tree, .sidebar-container {
    font-family: 'Fira', sans-serif;
}
a, a:visited {
    text-decoration: inherit;
    color: #07A;
}
a:hover:visited {
    color: #07A;
}
a:hover {
    text-decoration: underline;
    color: #07A;
}
li.scroll-current a.reference, div.sidebar-tree a.reference {
    color: #07A !important;
}
