/*
 Theme Name:   Hogar sin Tóxicos Child
 Theme URI:    https://hogarsintoxicos.es
 Description:  Child theme para Hogar sin Tóxicos basado en Divi
 Author:       Juan Luis y Nieves
 Author URI:   https://hogarsintoxicos.es
 Template:     Divi
 Version:      1.0.0
 Text Domain:  hogarsintoxicos-child
*/

/* ── Variables de marca ── */
:root {
  --hst-base:       #2D6A8F;
  --hst-sage:       #7BAF8E;
  --hst-sage-light: #EAF4EE;
  --hst-accent:     #E07A5F;
  --hst-cream:      #FAFAF8;
  --hst-charcoal:   #2C3333;
  --hst-muted:      #6B7280;
  --hst-white:      #FFFFFF;

  --hst-font-title: 'Cormorant Garamond', Georgia, serif;
  --hst-font-body:  'Source Sans Pro', 'Segoe UI', Arial, sans-serif;
  --hst-font-label: 'Source Sans Pro', Helvetica, sans-serif;
}

/* ── Reset Divi ── */
.et_pb_section {
  padding: 0 !important;
}

.et_pb_column {
  padding: 0 !important;
}

.et_pb_code_inner {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
