:root
{
    --hn-top-link-padding-right: 0.8rem;
    --hn-top-link-padding-left: 0.8rem;
}

html 
{
    font-size: 62.5%;
    overflow-y: scroll;
}

body
{
    font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h2, h3
{
    margin-top: 4rem;
}

h1
{
    font-size: 4rem;
}

h2
{
    font-size: 3.2rem;
}

h3
{
    font-size: 2.8rem;
}

h4
{
    font-size: 2.4rem;
}

h5
{
    font-size: 2rem;
}

h6
{
    font-size: 1.6rem;
}

.hn-menu a 
{
    text-decoration: none !important;
}

.hn-menu label
{
    margin-bottom: 0;
}

.scroll-anchor:before 
{
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 7rem;
    margin-top: -7rem;
}

.scroll-anchor-height
{
    height: 7rem;
}

.plotly
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}