/*
Theme Name: GTheme
Theme URI: https://lisart.cz
Author: GTheme
Author URI: https://lisart.cz
Description: GTheme — WordPress conversion of the Lisart Reality static site (Tailwind + Inter, 5-language switcher, dark mode). Fully integrates with the free Estatik plugin so property listings and details are managed from the WP admin.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gtheme
Tags: real-estate, translation-ready, custom-menu, threaded-comments, dark-mode
*/

/* Tailwind is loaded via CDN in header.php (Play CDN — theme-agnostic). */
/* Custom overrides: */
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { font-family: 'Inter', sans-serif; }
.hero-bg { background-size: cover; background-position: center; }

/* Ensure Estatik listing cards inherit theme look */
.es-listing, .es-listing * { font-family: inherit; }
