/*
 * Copyright 2021-2025 AffinityCE, LLC. Confidential Business Information.
 * Not to be shared, copied, duplicated, or distributed in any form
 * or fashion without the express written approval of AffinityCE, LLC principals.
 */

/* BASE CSS FOR CD DEPOT PROJECTS

   PURPOSE:
   Set up CSS elements to present project custom UI

   Created:  2011-07-25 - dbo
   Updated:  2025-07-28 - dbo

   Updated:	2014-12-23 - dbo - Prettify
		2015-12-17 - dbo - Prepare for Bootstrap 4
		2025-07-16 - DBO - Remove styles used in global_defaults and not overridden
*/
:root{
    ---auxbar-bg: hsl(20deg 71% 76%);
    ---bottombar-bg: hsl(19deg 82% 65%);
}
#navbar button {
    color: var(---navbar-fg);
}

.color-header-text {
    color: var(---text);
    font-weight:normal;
}

#head-content {
    justify-content: space-between;
}