/**
Theme Name: Eli Tavares
Author: Mondo Estudio
Author URI: https://mondoestudio.es
Description: Tema hijo personalizado desarrollado por Mondo Estudio para Eli Tavares, enfocado en fotografía gastronómica y dirección visual para restaurantes con una imagen cuidada, estratégica y de alto impacto.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eli-tavares
Template: astra
*/

/* =========================================================
   ELI TAVARES - HEADINGS IVYPRESTO DISPLAY
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.ast-single-post .entry-title,
.ast-archive-entry-title,
.wp-block-heading,
.uagb-ifb-title {
  font-family: "ivypresto-display", serif !important;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 0;
}

/* H1 */
h1,
.entry-title,
.entry-content h1,
.ast-single-post .entry-title {
  font-weight: 400 !important;
  font-size: clamp(42px, 6vw, 76px) !important;
  line-height: 1.02 !important;
}

/* H2 */
h2,
.entry-content h2,
.ast-archive-entry-title h2,
.wp-block-heading.h2 {
  font-weight: 400 !important;
  font-size: clamp(32px, 4.5vw, 36px) !important;
  line-height: 1.08 !important;
}

/* H3 */
h3,
.entry-content h3,
.wp-block-heading.h3,
.uagb-ifb-title {
  font-weight: 400 !important;
  font-size: clamp(24px, 3.2vw, 24px) !important;
  line-height: 1.12 !important;
}

/* H4 */
h4,
.entry-content h4,
.wp-block-heading.h4 {
  font-weight: 400 !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.18 !important;
}

/* H5 */
h5,
.entry-content h5,
.wp-block-heading.h5 {
  font-weight: 400 !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.22 !important;
}

/* H6 */
h6,
.entry-content h6,
.wp-block-heading.h6 {
  font-weight: 400 !important;
  font-size: clamp(16px, 1.6vw, 20px) !important;
  line-height: 1.28 !important;
}