
//    Font Family

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

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

$primary-color	: #00ff8c;
$title-color	: #222222;
$text-color		: #777777;

$white			: #fff;
$black			: #000;



