@import url("https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --cream-color: #fff2cc; /* Example primary color */
  --cream-hover-color: #e7d8aa; /* Example primary color */
  --dark-green-color: #1d3c34;
}

html {
  scroll-behavior: smooth;
}

body * {
  transition: all 0.3s ease;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background: url("/assets/images/background.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    background-position: left;
  }
}

section:not(#information) {
  overflow: hidden;
}

/* section {
  overflow-y: hidden;
} */

.caudex-regular {
  font-family: "Caudex", serif !important;
  font-weight: 400;
  font-style: normal;
}

.caudex-bold {
  font-family: "Caudex", serif !important;
  font-weight: 700;
  font-style: normal;
}

.caudex-regular-italic {
  font-family: "Caudex", serif !important;
  font-weight: 400;
  font-style: italic;
}

.caudex-bold-italic {
  font-family: "Caudex", serif !important;
  font-weight: 700;
  font-style: italic;
}

#program .swiper-button-prev,
#program .swiper-button-next {
  width: 48px;
  height: 48px;
}

#program .swiper-button-prev::after,
#program .swiper-button-next::after {
  display: none;
}
