/*
Theme Name: Inmobiliaria Rel Theme
Theme URI: https://inmobiliariarel.com
Author: Inmobiliaria Rel
Description: Tema personalizado para Inmobiliaria Rel con Tailwind CSS v4.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: real-estate, tailwind, custom
Text Domain: inmobiliaria-rel
*/

/* 
   Estilos base. 
   La mayoría de estilos se manejan vía Tailwind CSS (CDN en header).
   Aquí puedes añadir overrides específicos de WordPress si es necesario.
*/

body {
    font-family: 'Poppins', sans-serif;
}
