/*
Theme Name: Neon Escape Blog
Theme URI: https://example.com/neon-escape
Author: Manus
Description: A dark, neon-themed WordPress blog for escape room enthusiasts with an interactive Leaflet map.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neon-escape
*/

/* 
 * Glassmorphism & Neon Design System
 * This file contains the base styles. 
 * Advanced styles are in assets/css/main.css 
 */

body {
    background-color: #0a0a0c;
    color: #e0e0e0;
    font-family: 'Inter', sans-serif;
}
