/* assets/css/fonts.css - VERSIÓN CORREGIDA */

@font-face {
    font-family: 'Handel Gothic';
    src: url('../fonts/Handel Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handel Gothic';
    src: url('../fonts/Handel Gothic BT Regular.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Handel Gothic';
    src: url('../fonts/Handel Gothic D Light Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* APLICAR HANDEL GOTHIC SOLO A ELEMENTOS DE TEXTO */
body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, button, input, textarea,
.navbar-brand, .nav-link,
.btn:not(i),
.hero-title, .hero-subtitle,
.trust-text, .trust-number,
.footer-custom,
.footer-custom p,
.footer-custom a:not(i),
.footer-custom h1,
.footer-custom h2,
.footer-custom h3,
.footer-custom h4,
.footer-custom h5,
.footer-custom h6,
.footer-custom span,
.footer-custom small {
    font-family: 'Handel Gothic', 'Segoe UI', Arial, sans-serif;
}

/* NO APLICAR A ICONOS (MANTENER FONTAWESOME) */
i,
.fas,
.fab,
.fa,
[class^="fa-"],
[class*=" fa-"],
.whatsapp-float i {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

/* AJUSTES DE PESO */
body, p, .hero-subtitle, .lead, .footer-custom p {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand, .nav-link,
.btn, .hero-title,
.footer-custom h1,
.footer-custom h2,
.footer-custom h3,
.footer-custom h4,
.footer-custom h5,
.footer-custom h6 {
    font-weight: bold;
}