/*
Theme Name: Living Milano
Theme URI: https://www.livingmilano.net
Author: Polara AI
Author URI: https://polara-ai.com
Description: Custom WordPress theme for Living Milano Immobiliare — residential brokerage in Milano (compravendita + locazione), My Living developments and blog. Hand-coded (Gilda Display + Montserrat, monochrome + #b32805), dynamic "immobile" listings CPT seeded + importable. v1.0.0: initial port from the living-milano-2026 static prototype.
Version: 1.0.0
Requires at least: 6.0
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: living-milano
Tags: real-estate, business, italian, custom
*/

/* Real styling lives in assets/site.css (enqueued in functions.php). This file
   is only the WP theme header + a minimal fallback so the page is never unstyled
   if site.css fails to load. */
body { font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #16181c; background: #ffffff; margin: 0; }

/* Accessible-but-hidden (keyword H1 on the homepage, skip links). */
.visually-hidden, .screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
