@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari:wght@100..900&display=swap');


body{
  font-family: "Noto Serif Devanagari", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.swiper-button-prev, .swiper-button-next {
  color: oklch(52.5% 0.223 3.958);
}