html {
  scroll-behavior: smooth;
  scroll-snap-align: end;
}

.block-hl {
  font-family: Hand_Of_Sean_Demo, sans-serif;
  font-size: 30px;
  color: #53738a;
}

.text  {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #565656;
  line-height: 29px;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.swiper-button-next, .swiper-button-prev {
  outline: none !important;
}