/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather:400,700&display=swap);
.slide__content {
  margin: 0px 40px 0px 40px;
}

.splide {
  margin-bottom: 0px;
}

.splide__arrow--prev {
  left: 0em;
}

.splide__arrow--next {
  right: 0em;
}

.splide__toggle {
  display: none;
}
