
//== Scaffolding
//
//## Settings for some of the most global styles.

// Background color for `<body>`.
$body-bg:				 $white-base;
// Global text color on `<body>`.
$text-color:			#77838f;

// Global textual link color.
$link-color:			#102147;
// Link hover color set via `darken()` function.
$link-hover-color:		darken($link-color, 15%);
// Link hover decoration.
$link-hover-decoration: none;



//== Typography
//
//## Font, line-height, and color for body text, headings, and more..
$font-current-theme1:   'Jost', sans-serif;
$font-current-theme2:	'Poppins', sans-serif;


$body-font:				$font-current-theme1;
$heading-font:			$font-current-theme2;
$heading-smaller-font:	$font-current-theme2;



//== Body
$font-size-base:				1rem; // Assumes the browser default, typically `16px`
$body-font-size:				$font-size-base * 1.1;
$body-font-weight:				400;
$body-font-bold:				500;
$line-height-base:			 	1.9;
$line-height-widget-li:			2.5rem;



//== Headings
//typo
$headings-color: 				#081340;
$headings-font-family: 			$heading-font;
$headings-line-height: 			1.3;
$headings-line-height-smaller:	1.4;

//size
$h1-font-size:          $font-size-base * 3.4;
$h1-font-size-mob:      $font-size-base * 2.5;
$h2-font-size:          $font-size-base * 3.125;
$h2-font-size-mob:      $font-size-base * 2.5;
$h3-font-size:          $font-size-base * 1.85;
$h4-font-size:          $font-size-base * 1.4;
$h5-font-size:          $font-size-base * 1.125;
$h6-font-size:          $font-size-base;

//weight
$headings-font-weight-h1:	800;
$headings-font-weight-h2:	800;
$headings-font-weight-h3:	800;
$headings-font-weight-h4:	700;
$headings-font-weight-h5:	700;
$headings-font-weight-h6:	700;



//== news archive,sidebar title
$archive-news-title-font-size:      1.50rem;
$sidebar-title-font-size:      1.30rem;



//nav
$headings-nav-side-icons-color: 	var(--theme-color2);


//== section title
$section-title-font-size:         $h2-font-size;
$section-title-font-family:       $heading-font;
$section-title-font-weight:       $headings-font-weight-h2;

$section-title-subtitle-color:			#868686;
$section-title-subtitle-font-size:		$h6-font-size;
$section-title-subtitle-font-family:	$heading-font;
$section-title-subtitle-font-weight:	$headings-font-weight-h6;

$section-title-para-font-size:      $body-font-size;


//top nav font size
$top-nav-font-size: 1rem;
$dropdown-menu-item-link-fontsize: 1rem;
$dropdown-menu-item-link-megamenu-fontsize: 1rem;


//footer
$footer-bg-color:				#1E1F44;
$footer-primary-text-color:   #b0b9d1;
$footer-link-color:       #b0b9d1;
$footer-link-color-hover:       #fff;
$footer-link-fontsize:	 		1rem;
$footer-widget-title-color:	 	#fff;
$sidebar_link_color: 			#333;

$footer-bottom-bg-color:		$black-222;
$footer-bottom-text-color:		$black-888;