// prettier-ignore
$swiper: (
  enable: (
    vertical: false,
    horizontal: true,
    multirow: false,
    freemode: false,
    autoHeight: true,
    effects3d: false,
    a11y: false,
    buttons: false,
    rtl: false,
    zoom: false,
    lazyPreloader: false,
    fade: true,
    flip: false,
    cube: false,
    coverflow: false
  ),
  perspective: 1200px,
  color: #fff,
  color-hover: #fff,
  black: #212529,
  white: #fff,
  title-fontWeight: 500,
  title-color: #fff,
  text-fontWeight: 300,
  text-color: #212529
);
