.tabtext::part(base) { /* for the tab headings - tabs are used e.g. in personal info */
    font-family: "Alegreya";
    font-size: 12pt;
}

.tree-with-lines {
    --indent-guide-width: 1px;
    --indent-guide-color: #023e47;
}

.text::part(label) { /* for the trees - e.g. used in links etc */
    font-family: "Alegreya";
    font-size: 14pt;
}

.tree-head::part(label) { /* for the trees - e.g. used in links etc */
    font-family: "Alegreya";
    font-size: 20px;
}

sl-divider {
    --color: rgb(183, 182, 187);
}