$brand: #49c1bf;
$dark: #021c39;
$light: #c9e2ff;
$gray: #354960;
$Quicksand: "Quicksand", sans-serif;

$theme-colors: (
  "primary": $brand,
  "secondary": $light
);