/*
Theme Name: Villain Lucknow
Theme URI: https://villainlucknow.website
Author: Villain Lucknow
Author URI: https://villainlucknow.website
Description: Premium custom WordPress real estate theme for villa listings in Lucknow. Fully admin-manageable — no hardcoded content, no page builder dependency. Built with Bootstrap 5, vanilla JS, and native WordPress APIs.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.2
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: villain-lucknow
Tags: real-estate, custom-post-type, custom-theme, responsive, translation-ready

Villain Lucknow WordPress Theme, Copyright 2026
Villain Lucknow is distributed under the terms of the GNU GPL v2 or later.
*/

/* -----------------------------------------------------------------
   Design tokens
   Dark Green / White / Gold luxury palette — all overridable from
   Appearance > Villain Lucknow Theme > Theme Settings (colour pickers
   write inline custom properties onto :root, see inc/theme-options.php)
------------------------------------------------------------------ */
:root{
  --vl-green-950:#0b1f16;
  --vl-green-900:#0f2b1e;
  --vl-green-800:#153a28;
  --vl-green-700:#1d4d35;
  --vl-gold-500:#c8a15b;
  --vl-gold-400:#d8b876;
  --vl-cream-100:#faf8f3;
  --vl-white:#ffffff;
  --vl-ink:#12140f;
  --vl-muted:#6b7267;
  --vl-line:#e4e0d4;
  --vl-radius-lg:22px;
  --vl-radius-md:14px;
  --vl-radius-sm:8px;
  --vl-shadow:0 20px 40px -20px rgba(11,31,22,.35);
  --vl-font-display:'Fraunces','Georgia',serif;
  --vl-font-body:'Inter',system-ui,-apple-system,sans-serif;
}
