body {
    font-family: 'Inter', sans-serif;
}

.bg-cream {
    background-color: #FEF9EE;
}

.bg-dark {
    background-color: #172126;
}

.bg-blue {
    background-color: #026CB8;
}

.text-cream {
    color: #FEF9EE;
}

.text-dark {
    color: #172126;
}

.text-blue {
    color: #026CB8;
}

.carousel-container {
    scroll-behavior: smooth;
}