$headings-margin-bottom: 0;
$label-margin-bottom: 0;
$paragraph-margin-bottom: 0;
$grid-gutter-width-base: 12px;
$grid-gutter-width: 12px;
$grid-breakpoints: (
        xs: 0,
        sm: 560px,
        md: 667px,
        lg: 960px,
        xl: 1500px
);
$green: #75af26;
$blue: #089cb6;
$red: #ff4c4c;

$theme-colors: (
  "green": $green,
  "blue": $blue,
  "red": $red
) !default;