// ==============================================
// COLOR CONFIG
// ----------------------------------------------

// BLACKOUT THE BACKGROUND TO SHOW RESUME
// SIMILAR TO PRINT PREVIEW
$body_bg                             : $codgray;
$body_color                          : $shuttlegray;

// DOCUMENT BACKGROUND COLOR
$page_bg                             : $iron;
$page_color                          : $body_color;

$title_color                         : lighten($capecod, 7%);
$theme_text                          : $iron;
$theme_light                         : lighten($page_color, 10%);
$text_highlight_color                : $theme_complement;
$theme_primary                       : $nileblue;
$theme_primary_complement            : complement($theme_primary);
$theme_primary_invert                : invert($theme_primary);
$theme_secondary                     : $aquamarine;
$theme_secondary_complement          : complement($theme_secondary);
$theme_secondary_invert              : invert($theme_secondary);
$theme_secondary_text_bg             : $theme_secondary;
$theme_secondary_text_color          : $white;
$theme_accent_color                  : $easternblue;
$theme_accent_color_complement       : complement($theme_accent_color);
$theme_accent_color_invert           : invert($theme_accent_color);

$text_color                          : $theme_text;
$text_heading_color                  : $rhino;
$text_link_color                     : $text_color;
$proficiency_bar_bg                  : #24a8af;
$skill_item_bg                       : $transparent_darker_10;
$skillinterest__lighter              : lighten($downy, 10%);
$skillinterest_bar_bg                : darken($downy, 10%);
$skillset_section_main_bg            : #8d9192;

// Palette URL: http://paletton.com/#uid=63r0u0kmdfWebopi3jCqHbuw76Y */
$color-primary-0: #1b4050;	// main primary color */
// $color-primary-1: #476b7b;
$color-primary-1: #6e91a1;
$color-primary-2: #2d5363;
$color-primary-3: #0c2c3a;
$color-primary-4: #021923;

$color-secondary-2-0: #297a4a;	// main secondary color (2) */
$color-secondary-2-1: #7ab793;
$color-secondary-2-2: #4c996b;
$color-secondary-2-3: #0f5c2e;
$color-secondary-2-4: #003d19;

$color-secondary-1-0: #313a75;	// main secondary color (1) */
$color-secondary-1-1: #7c83af;
$color-secondary-1-2: #525b92;
$color-secondary-1-3: #182157;
$color-secondary-1-4: #080f3a;

$color-complement-0: #aa7539;	// main complement color */
$color-complement-1: #ffd7aa;
$color-complement-2: #d4a26a;
$color-complement-3: #804d15;
$color-complement-4: #552d00;
