/* hide theme selector */
#mdbook-theme-toggle, #mdbook-theme-list {
    display: none !important;
}

/* adjust font size */
:root {
    font-size: 16px !important;
}

body {
    font-size: 1rem !important;
}

/* adjust VSETH-Rechtssammlung title */
.menu-title {
    font-size: 2rem;
    font-weight: 700;
}