 @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;800&display=swap');
    body {
      font-family: 'Barlow', sans-serif;
    }
    .swiper-pagination {
      position: relative;
      margin-top: 20px;
    }
    .swiper-pagination .custom-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 50%;
      background: #e2e8f0;
      margin: 0 6px;
      transition: all 0.3s;
      cursor: pointer;
    }
    .swiper-pagination .custom-bullet-active {
      background: #f49414;
      width: 24px;
      border-radius: 5px;
    }