/*
Theme Name: Elementor Blank Starter
Theme URI: https://github.com/luismallebrera/elementor-blank-starter
Author: Luis Mallebrera
Description: Tema minimalista para construir todo con Elementor (header, body y footer)
Version: 1.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-blank-starter
*/

/* Reset básico */
body {
    margin: 0;
    padding: 0;
}

/* Header positioning for z-index */
header {
    position: relative;
}

/* Desactivar scroll-behavior nativo para Lenis */
html {
    scroll-behavior: auto !important;
}
