/* Khadi-like background styling */
body {
    background-color: #F5F1E8 !important; /* Natural khadi cream color */
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(0,0,0,0.02) 1px, transparent 0) !important;
    background-size: 20px 20px !important; /* Subtle texture pattern */
}

.aiz-main-wrapper {
    background-color: #F5F1E8 !important; /* Natural khadi cream color */
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(0,0,0,0.02) 1px, transparent 0) !important;
    background-size: 20px 20px !important; /* Subtle texture pattern */
}

/* Optional: Add subtle khadi texture to cards */
.card {
    background-color: #FDFCF8 !important; /* Slightly lighter khadi tone */
    border: 1px solid #E8E0D0 !important; /* Khadi border color */
} 