html {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

* {
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", "Poppins", sans-serif;
}

.playfair {
    font-family: "Playfair Display", "Poppins", sans-serif !important;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

.font-pd {
    font-family: "Playfair Display", "Poppins", serif;
}

:root {
      /* --swiper-navigation-sides-offset: -20px; */
      --swiper-navigation-size: 20px!important;
       /* --swiper-pagination-bottom: -20px!important; */

}
.swiper {
  width: 100%;
  /* height: 490px; */
}

.swiper-button-prev, .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background-color: white;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #f0f0f0;
}


li {
    list-style: disc;
    margin-left: 1.5em;
}