/**
 * Theme Name: Flatsome Child
 * Template:   flatsome
 * ...other header fields
 */
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap");

/* Apply Hind Siliguri to any element tagged as Bangla */
.bangla-text {
    font-family: 'Hind Siliguri', sans-serif !important;
}
