/* Force global variables to apply across atomic buttons and structural elements */
:root {
  --e-global-color-primary: #E5100E !important;
  --e-global-color-secondary: #111111 !important;
  --e-global-color-text: #111111 !important;
  --e-global-color-accent: #FF4A3D !important;
  
  --e-gv-primary-red: #E5100E !important;
  --e-gv-text-dark: #111111 !important;
  --e-gv-text-gray: #666666 !important;
  --e-gv-background-white: #ffffff !important;
  --e-gv-section-gray: #F0F0F1 !important;
}

/* Ensure headings utilize correct text colors */
h1, h2, h3, h4, h5, h6,
.e-heading,
[data-widget_type="e-heading"] {
  color: #111111 !important;
}

/* Force dark text and light background alignments on gray sections */
.elementor-section.section-gray,
.elementor-container.section-gray {
  background-color: #F0F0F1 !important;
}

/* Primary style buttons color synchronization */
.elementor-button.elementor-size-md,
.e-button {
  transition: all 0.3s ease;
}
