body {
  font-family: "Work Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "DM Sans", sans-serif !important;
}

.bg-darkblue {
    background: #1D364A;
}
.text-darkblue {
    color: #1D364A;
}
/* Hero caption line clamp */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Smooth indicator transitions */
.slide-indicator {
    transition: all 0.3s ease;
}