/*
Theme Name: Mazal House
Theme URI: https://mazalhouse.com
Author: Xivi
Description: Theme personalizado para Mazal House - Distribuidora de Vapes LATAM
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mazalhouse
*/

/* ==========================================
   FUENTE GLOBAL - DOMI
   ========================================== */

* {
    font-family: 'Domi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
    font-family: 'Domi', sans-serif;
    font-weight: 400; /* Regular por defecto */
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================
   TÍTULOS - PESOS ESPECÍFICOS
   ========================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Domi', sans-serif;
    font-weight: 700; /* Bold en títulos */
    line-height: 1.2;
}

h1 {
    font-weight: 900; /* Black para H1 */
}

/* ==========================================
   ESTILOS ESPECÍFICOS DE NAVBAR
   ========================================== */

.navbar .logo,
.navbar .logo a {
    font-family: 'Domi', sans-serif;
    font-weight: 900; /* Black para el logo */
}

.nav-links li {
    font-family: 'Domi', sans-serif;
    font-weight: 600; /* SemiBold para menú */
}

/* ==========================================
   BOTONES
   ========================================== */

.btn-contact,
.btn-book,
button {
    font-family: 'Domi', sans-serif;
    font-weight: 700; /* Bold para botones */
}

/* ==========================================
   SLIDER - TÍTULOS PRINCIPALES
   ========================================== */

.main-title {
    font-family: 'Domi', sans-serif;
    font-weight: 900; /* Black para títulos del slider */
}

/* ==========================================
   ESTADÍSTICAS
   ========================================== */

.stat-box h2 {
    font-family: 'Domi', sans-serif;
    font-weight: 900; /* Black para números grandes */
}

.stat-box p {
    font-family: 'Domi', sans-serif;
    font-weight: 400; /* Regular para descripciones */
}

/* ==========================================
   CLASES HELPER - PESOS DE FUENTE
   ========================================== */

.font-thin { font-weight: 100; }
.font-extralight { font-weight: 200; }
.font-light { font-weight: 300; }
.font-regular { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }