/* ================================================================
   Fonts - Custom Typography System
   Los Originales de Braulio MTZ
   SOLO los encabezados usan Kalam (cursiva)
   Texto normal en Inter/Poppins (NO cursiva)
   Base: 15px
   ================================================================ */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ----------------------------------------------------------------
   Base Typography - 15px base, SIN cursiva
   ---------------------------------------------------------------- */
body {
	font-size: 15px;
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
	line-height: 1.7;
	color: #2e3440;
}

/* Paragraphs - Normal, sin cursiva */
p {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}

/* Spans, divs, address - Normal */
span,
div,
address,
li,
td,
th,
label,
a {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
}

/* ----------------------------------------------------------------
   Headings - SOLO ESTOS usan Kalam cursiva
   Proporciones relativas al base 15px
   ---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Kalam', cursive !important;
}

h1,
.h1 {
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

h2,
.h2 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

h3,
.h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.85rem);
	font-weight: 700;
	line-height: 1.35;
}

h4,
.h4 {
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: clamp(1.05rem, 1.5vw, 1.2rem);
	font-weight: 700;
	line-height: 1.45;
}

h6,
.h6 {
	font-size: clamp(0.95rem, 1.2vw, 1.1rem);
	font-weight: 700;
	line-height: 1.5;
}

/* ----------------------------------------------------------------
   Main Menu - Poppins normal para legibilidad
   ---------------------------------------------------------------- */
#mainMenu nav>ul>li>a {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 13px;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content .mega-menu-title {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
}

.header-extras>ul>li>a:not(.btn),
.header-extras>ul>li .topbar-dropdown>.title {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 13px;
	font-weight: 700;
}

/* ----------------------------------------------------------------
   Page Menu - Normal
   ---------------------------------------------------------------- */
.page-menu nav>ul>li {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

.page-menu nav>ul>li .dropdown-menu {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

/* ----------------------------------------------------------------
   Sidebar Menu - Normal
   ---------------------------------------------------------------- */
.sidebar-menu {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

/* ----------------------------------------------------------------
   Buttons - Poppins normal
   ---------------------------------------------------------------- */
button,
a.btn:not([href]):not([tabindex]),
.btn {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

/* ----------------------------------------------------------------
   Slider
   ---------------------------------------------------------------- */
.inspiro-slider .slide .slide-captions .strong {
	font-family: "Kalam", cursive !important;
}

/* ----------------------------------------------------------------
   Page Title
   ---------------------------------------------------------------- */
#page-title .page-title>h1 {
	font-family: 'Kalam', cursive !important;
	font-size: clamp(1.85rem, 3.5vw, 2.85rem);
	line-height: 1.3;
	font-weight: 700;
}

/* ----------------------------------------------------------------
   Labels en formularios - Normal, sin cursiva
   ---------------------------------------------------------------- */
label {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 14px;
}

.form-control,
input,
select,
textarea {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 15px;
}

/* ----------------------------------------------------------------
   Tables - Normal
   ---------------------------------------------------------------- */
table,
.table {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
}

th {
	font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
	font-size: 14px;
	font-weight: 600;
}

/* ----------------------------------------------------------------
   Footer - Normal body text, Kalam solo en titulos
   ---------------------------------------------------------------- */
#footer {
	font-size: 15px;
	font-weight: 400;
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
}

#footer p,
#footer li,
#footer a,
#footer span {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
}

#footer .widget .widget-title,
#footer .widget h4,
#footer h4,
#footer h5 {
	font-family: 'Kalam', cursive !important;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: 700;
}

/* ----------------------------------------------------------------
   Product cards - Normal text
   ---------------------------------------------------------------- */
.product .product-title h3,
.product .product-title h4 {
	font-family: 'Kalam', cursive !important;
}

.product .product-description,
.product .product-price,
.descripcion .nombre,
.descripcion .desc {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
}

/* ----------------------------------------------------------------
   Shop Cart - Normal text, Kalam headings
   ---------------------------------------------------------------- */
.shop-cart h1,
.shop-cart h2,
.shop-cart h3,
.shop-cart h4 {
	font-family: 'Kalam', cursive !important;
}

.shop-cart,
.shop-cart p,
.shop-cart span,
.shop-cart label,
.shop-cart td {
	font-family: "Inter", "Poppins", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
}