/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Fluid Typography for Mobile-First Headers */
:root {
  --fluid-h1: clamp(2rem, 5vw + 1rem, 4rem);
  --fluid-h2: clamp(1.75rem, 4vw + 1rem, 3rem);
  --fluid-gap: clamp(1rem, 3vw, 3rem);
}

h1, .page-title h1 {
  font-size: var(--fluid-h1) !important;
  line-height: 1.2;
}

h2, .section-title h2 {
  font-size: var(--fluid-h2) !important;
  line-height: 1.3;
}

/* Optimize Mobile Grid Padding */
@media (max-width: 768px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
      padding-left: var(--fluid-gap);
      padding-right: var(--fluid-gap);
  }
}
