/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0.0
*/

/* 1. REGISTRO DE FUENTES */
@font-face {
    font-family: 'Host Grotesk';
    src: url('assets/fonts/host-grotesk.woff2') format('woff2');
    font-weight: 100 950;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uncut Sans';
    src: url('assets/fonts/uncut-sans-variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   2. ASIGNACION GLOBAL (Para GeneratePress)
   ========================================================================== */
body, p, li, a {
    font-family: 'Uncut Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 850; 
    letter-spacing: -0.015em;
    line-height: 1.3;
}

/* ==========================================================================
   3. ESTILOS DE BOTONES (Adaptados para GeneratePress)
   ========================================================================== */
/* GeneratePress usa la clase .button por defecto */
.button, .wp-block-button__link {
    font-family: 'Host Grotesk', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-radius: 0px !important; 
    transition: all 0.3s ease !important;
}

.button:hover, .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* ==========================================================================
   4. RESPONSIVE (Moviles y Tablets)
   ========================================================================== */
@media (max-width: 768px) {
    h1, h2, h3 {
        line-height: 1.25 !important; 
        letter-spacing: -0.005em !important;
    }
    
    h1 { font-size: clamp(32px, 7vw, 40px) !important; }
    h2 { font-size: clamp(26px, 6vw, 32px) !important; }
    h3 { font-size: clamp(22px, 5vw, 26px) !important; }
}
