* {
    --svg-stop-1: #435972;
    --svg-stop-2: #536780;
    --svg-stop-3: #64768e;
    --svg-stop-4: #6d7f97;
    --svg-stop-5: #71829a;
    --svg-stop-6: #72849d;
    --svg-stop-7: #768aa7;
    --svg-stop-8: #7c95b8;
    --svg-stop-9: #86a4cf;
    --svg-stop-10: #8baddc;
}

.svg-adjustable {
    filter: initial;
}

section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child {
    text-align: initial;
}

/*:root:not([class*="color-settings"]) section h2,
:root:not([class*="color-settings"]) section h3,
:root:not([class*="color-settings"]) section h4,
:root:not([class*="color-settings"]) section h5,
:root:not([class*="color-settings"]) section h6 {
    background: linear-gradient(160deg, #435972, #8baddc);
    background-clip: border-box;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 0;
}*/

nav > a[target] {
    background-color: var(--color-red);
    border-color: var(--color-red);
}
