:root {
    --primary: #032d6b;
    --bg-primary-dk: #082d55;
    --bg-primary: #0f3a67;
    --bg-primary-lt: #1b4c7f;;
    --border-primary: #194371;
	--glow-primary: rgb(0 75 151 / 50%);
    --info: #3294cb;
    --bg-info: #3394cd;
    --border-info: #2f84b5;
    --glow-info: rgba(63, 155, 216, 0.5);
    --intro-header-gradient: linear-gradient(to bottom, #acc5db, #dce8f5, #eef7fb, transparent);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(to top left, rgb(80 76 123 / 15%), rgb(22 108 213 / 15%));
    z-index: -1;
    pointer-events: none;
}
.site-navbar-bg {
	background-color: var(--bg-primary);
    background: linear-gradient(to bottom, var(--bg-primary-dk), var(--bg-primary), var(--bg-primary-lt));
    /* border-bottom: 1px solid #94cfcf; */
}