/*
Theme Name:     Iva Child
Theme URI: 		https://dtivastg.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Iva theme powered by DesignThemes
Template:       iva
Version:        1.0
*/



@font-face {
    font-family: 'SutonnyMJ';
    src: url('https://shapebangladesh.com/wp-content/themes/iva/assets/fonts/SutonnyMJ.woff') format('woff'),
         url('https://shapebangladesh.com/wp-content/themes/iva/assets/fonts/SutonnyMJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Apply SutonnyMJ font to Bangla text only */
body * {
    font-family: inherit;
}

/* Target Bangla text */
body :lang(bn) {
    font-family: 'SutonnyMJ', sans-serif;
}


.woocommerce .product form.cart .variations li.zoo-cw-attr-row > .zoo-cw-type-text > .zoo-cw-attribute-option .zoo-cw-attr-item span {
    font-size: 16px !important;
}