/*
Theme Name: Pérez Gómez
Theme URI: https://perezgomez.com
Author: Pérez Gómez
Author URI: https://perezgomez.com
Description: Tema minimalista con transiciones AJAX fluidas entre páginas usando Barba.js. Compatible con Elementor Theme Builder (header y footer).
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
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: perezgomez
Tags: elementor, ajax, page-transitions, custom-header, custom-footer
*/

/* ============================================
   BASE RESET & DEFAULTS
   ============================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}
