$turquoise: hsl(171, 100%, 41%);
$cyan: hsl(207, 61%,  53%);
$green: hsl(153, 53%,  53%);
$yellow: hsl(44,  100%, 77%);
$fourgon-yellow: #ffe981;
$red: hsl(348, 86%, 61%);
$white-ter: hsl(0, 0%, 96%);
$grey-darker: hsl(0, 0%, 21%);
$grey-blue: rgb(113, 151, 161);
$soft-grey: #f0f0f0;
$black: rgb(0, 0, 0);
$white: rgb(255, 255, 255);
$grey: #B3B3B3;

$bp-height-mobile: 900px;
$bp-width-mobile: 500px;

$breakpoint-mobile: 768px;
