/* ==========================================================
   IL FORZA | Tipografía oficial para títulos grandes
   Fuente comprada: ParaCaps Bold | Webfont
   Importante: el archivo real de la fuente debe subirse a:
   /assets/fonts/ParaCapsBold.woff2
   ========================================================== */

@font-face{
  font-family:'ParaCapsBold';
  src:url('/assets/fonts/ParaCapsBold.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

:root{
  --ifz-title-font:'ParaCapsBold', Impact, 'Arial Black', sans-serif;
}

.ifz-hero-title,
.ifz-title,
.ifz-section-title,
.ifz-category-title,
.ifz-cta-title,
.ifz-page-title,
.ifz-display-title{
  font-family:var(--ifz-title-font)!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:.035em!important;
  line-height:.92!important;
  word-spacing:.08em!important;
}

.ifz-hero-title{
  letter-spacing:.04em!important;
  line-height:.88!important;
}

.ifz-section-title,
.ifz-cta-title{
  letter-spacing:.025em!important;
}

.ifz-category-title{
  letter-spacing:.025em!important;
  font-style:normal!important;
}

.ifz-product-title,
.ifz-info-title,
.ifz-footer-title{
  letter-spacing:.025em!important;
}

@media (max-width:767.98px){
  .ifz-hero-title,
  .ifz-title{
    letter-spacing:.02em!important;
    line-height:.95!important;
  }
}
