/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
 */
 /* Importar Lato de Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* ==================================================
   FONTS OPTIMIZADAS PARA WORDPRESS (Lato + Montserrat)
   ================================================== */

/* ====== LATO ====== */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/lato-v25-latin-regular.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/lato-v25-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/lato-v25-latin-700.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/lato-v25-latin-700.woff') format('woff');
}

/* ====== MONTSERRAT ====== */
/* Latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-regular.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-600.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-600.woff') format('woff');
}

/* Latin-Ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-ext-regular.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-ext-regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-ext-600.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-latin-ext-600.woff') format('woff');
}

/* Cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-regular.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-600.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-600.woff') format('woff');
}

/* Cyrillic-Ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-ext-regular.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-ext-regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-ext-600.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-cyrillic-ext-600.woff') format('woff');
}

/* Vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-vietnamese-regular.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-vietnamese-regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-vietnamese-600.woff2') format('woff2'),
         url('/wp-content/themes/woodmart-child/fonts/montserrat-v31-vietnamese-600.woff') format('woff');
}

/* ==================================================
   USO DE FUENTES EN ELEMENTOS
   ================================================== */

/* ====== BODY / TEXTO PRINCIPAL ====== */
body, p, span, li, input, textarea, select, button {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}

/* ====== ENCABEZADOS ====== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

/* ====== MENÚS ====== */
.main-navigation, 
.main-navigation a, 
.menu a, 
ul.menu li a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

/* ====== BOTONES ====== */
button, 
input[type="button"], 
input[type="submit"], 
.woodmart-button, 
.btn {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
}

/* ====== WIDGETS ====== */
.widget, 
.widget-title, 
.widget a, 
.widget li {
    font-family: 'Lato', sans-serif !important;
}

.widget-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

/* ====== ENLACES ====== */
a, a:hover, a:focus {
    font-family: 'Lato', sans-serif !important;
}

/* ====== FORMULARIOS ====== */
input, textarea, select, label {
    font-family: 'Lato', sans-serif !important;
}

/* ====== PIE DE PÁGINA ====== */
.footer, 
.footer a, 
.footer p, 
.footer li {
    font-family: 'Lato', sans-serif !important;
}

/* ====== OPCIONES ADICIONALES ====== */
strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

