/*
 Theme Name: Listing360
 Theme URI: https://digiblast.in/listing360
 Author: DigiBlast
 Author URI: https://digiblast.in
 Description: Lightweight theme for directories (Healthcare, Local Businesses, Services).
 Version: 1.0.0
 Template: generatepress
 License: GPL-2.0-or-later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: listing360
 Tags: directory, business, healthcare, listings
*/

/* Base overrides */
:root {
  --dir-primary: #0bbac0;
  --dir-text: #222;
  --dir-bg: #f8fafa;
  --dir-card-radius: 12px;
}

body { font-family: 'Inter', sans-serif; }
