/* Import Google Font: Inter 400–800 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/* Set Inter as the default font */
html,
body {
  font-family: "Inter", sans-serif;
}

/* Optionally apply to all elements */
* {
  font-family: inherit;
}

section {
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}
