
//    Font Family

$primary-font	: 'Poppins', sans-serif;

/*--------------------------- Color variations ----------------------*/

$primary-color	: #c6b069;
$title-color	: #222222;
$text-color		: #777777;

$white			: #fff;
$offwhite		: #f9f9ff;
$black			: #222;

// $primary-color	: #c6b069;
// $title-color	: #222222;
// $text-color		: #777777;

// $white			: #fff;
// $offwhite		: #f9f9ff;
// $black			: #222;





