/*
Theme Name:   Wallex Child Customize
Template:     wallex
Version:      1.0.1
Author:       Samrach
*/

/* ========== Inter Font (English) ========== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
}

/* ========== Kamrang Type Font (Khmer) ========== */
@font-face {
  font-family: 'Kamrang Type';
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Kamrang Type';
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Kamrang Type';
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Kamrang Type';
  font-weight: 200;
  font-style: italic;
}

html[lang^="km"] body *:not(i):not(svg):not(path){
  font-family: 'Kamrang Type', 'Khmer OS', serif !important;
}
html[lang^="en"] body *:not(i):not(svg):not(path) {
  font-family: 'Inter', sans-serif !important;
}


/* -------------------Custom Tab Mobile-------------------------- */
@media (max-width: 1025px) {
    .guten-tabs .tab-heading {
        display: block !important;
    }

    .guten-tabs .tab-heading-mobile {
        display: none !important;
    }
	
	/* Always show desktop tab heading */
	.guten-element .tab-heading {
	  display: flex !important;
	}

	/* Always hide mobile tab heading */
	.guten-element .tab-heading-mobile {
	  display: none !important;
	}

	/* Optional: Remove before/after decorative lines */
	.guten-element .tab-heading-item.active::before,
	.guten-element .tab-heading-item.active::after {
	  display: none !important;
	  content: none !important;
	}
}

@media (max-width: 768px) {
  .guten-element .tab-heading-item span {
    font-size: 1.3rem !important; /* Even smaller for mobile */
  }
}

/* -------------------End of Custom Tab Mobile-------------------------- */
