h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

/*.menuselection {
    background-color: var(--color-background-secondary);
    border: 1px solid var(--color-foreground-border);
    border-radius: .2rem;
    box-shadow: 0 .0625rem 0 rgba(0, 0, 0, .2), inset 0 0 0 .125rem var(--color-background-secondary);
    color: var(--color-foreground-primary);
    display: inline-block;
    margin: 0;
    padding: 0 .2rem;
}*/