/* * ==========================================
 * GLOBAL STYLES
 * ==========================================
 */

body { 
    font-family: 'Montserrat', sans-serif; 
    background-color: #e8dfd5; 
}

.font-serif-custom { 
    font-family: 'Playfair Display', serif; 
}

/* Hide scrollbar but keep functionality */
.hide-scrollbar::-webkit-scrollbar { 
    display: none; 
}

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