// colours
$white: #fff;
$off-white: #fcfcfc;
$very-light-grey: #f2f2f2;
$khaki: #cbd586;
$turquoise: #88cfd1;
$orange: #e99b77;
$dark-grey: #434243;
$mid-grey: #c5c5c5;
$light-grey: #ddd;
// breakpoints
$mobile: 480px;
$tablet-p: 768px;
$tablet-l: 1024px;
$s-max: $mobile;
$m-max: $tablet-p;
$l-max: $tablet-l;
$w-min: 0;
