/*
Theme Name:   Hello Elementor Child
Template:     hello-elementor
Author: 	  NAVY
Author URI:   nabarajdhungel.com.np
*/

/* =======================================
   BEM & Utility Naming Convention Used  
   - BEM for structured components  
   - Utility classes for global styles  
======================================== */

/* ========================================== 
   Responsive Global Styles
   ======================================= */

html,
body {
  overflow-x: hidden !important;
}

.font-500 , .font-500 * { font-weight: 500 !important; }
.font-600 , .font-600 * { font-weight: 600 !important; }
.font-700 , .font-700 * { font-weight: 700 !important; }
.font-900 , .font-900 * { font-weight: 900 !important; }