body {
    font-family: 'Inter', sans-serif;
    background-color: #F9FAFB; /* Corresponds to Tailwind's bg-gray-50 */
}

.hero-gradient {
    /* A gentle gradient from white to a very light gray */
    background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
}
