@import "config.css";

:root {
    --base-font-size: 14px;
    --title-font-size: 20px
}

html, body, .table-of-contents h2, .expandable h2, .table-of-contents-li a, p {
    font-size: var(--base-font-size);
    line-height: 1.4em
}

.title h1 {
    font-size: var(--title-font-size);
    line-height: 1em
}

.expandable-content {
    font-size: 1rem
}

[id^=header-] {
    font-size: 1.2em;
    line-height: 1.2em
}