:root {
    --h1-size: calc(3 * var(--nl-size-unit));
    --h2-size: calc(2.5 * var(--nl-size-unit));
    --h3-size: calc(2 * var(--nl-size-unit));
    --h4-size: calc(1.5 * var(--nl-size-unit));
}

h1, h2, h3, h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: var(--nl-color-charcoal);
    padding: 0;
    margin-bottom: 1em;
}

h1 {
    font-size: var(--h1-size);
    padding-top: 4em;
}

h2 {
    font-size: var(--h2-size);
}

h3 {
    font-size: var(--h3-size);
}

h4 {
    font-size: var(--h4-size);
}

p, ul {
    margin-bottom: 1em;
    padding: 0;
}

logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/logotypes/isotype.svg');
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 50%;
    opacity: 0.15;
}

#navbar-container {
    background-color: var(--nl-color-pine-green);
}

section {
    transition: none !important;
}

#disclaimer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-family: Garamond,Times New Roman,Times,serif;
    color: #1B1B1B3F;
}
