$primary-color: #0D66A5;
$primary-color-light: #3D8FDE;
$secondary-color: #042033;

// texts
$text-color: #303030;
$text-color-light: #707073;

// section
$gray-section: #f9fbfa;
$gray: #efefef;
$menu-color : #C7D5E3;
$bg-accordion: #EEF4F9;


// colors site
$white: #fff;
$black: #042033;
$blue: #0D66A5;
$dark-blue: #0C0C3C;
$green: #76A92B;
$orange: #D26119;

$yellow: #FFC700;


:root {
	--primary-color: #{$primary-color};
	--primary-color-light: #{$primary-color-light};
	--secondary-color: #{$secondary-color};
	--template-color: #{$primary-color-light};
	--text-color: #{$text-color};
	--text-color-light: #{$text-color-light};
	--button-solid-color: #{$secondary-color};
}
