/*
Theme Name: Hija de la Tierra
Theme URI: https://hijadelatierra.uy
Author: Arrancandonga
Author URI: https://arrancandonga.uy
Description: Tema personalizado para Hija de la Tierra - Cosmética Natural & Medicina Herbal. Integración completa con WooCommerce.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hija-de-la-tierra
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Import Google Fonts synchronously for maximum reliability */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

/* WordPress nav menu resets */
.menu,
.menu ul,
.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Ensure strong/bold renders with the loaded font weights */
strong, b {
    font-weight: 600;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Base body font - enforce Inter as fallback while Tailwind loads */
body {
    font-family: 'Inter', sans-serif;
}
