// colors
$primary : #00e500;
$primary-dark: #4dff4d;
$primary-darker: #33cc33;

$secondary: #282828;

$warning: #e6b800;
// text
$text-color: #282828;
$text-color-sec: #898d94;