body {
    font-family: "Inter", sans-serif;
    color: #1d1d1d;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* Custom shadows and borders matching Figma specs */
.shadow-custom-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.shadow-custom-hover:hover {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

/* Hide scrollbar for carousel but keep functional */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bg-primary-80 {
    background-color: rgba(15, 90, 67, 0.8);
}

.text-primary {
    color: #0F5A43;
}