body {
    font-family: 'Inter', sans-serif;
    background-color: #FAF9F6; 
}
.serif-font {
    font-family: 'Cormorant Garamond', serif;
}
/* Custom hide scrollbar rule for horizontal scroll views */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}