/*
Theme Name: Nightlife & VIP Tables
Theme URI: https://zetasoft.org/
Author: Azeem Ushan (linkedin.com/in/azeemushan)
Author URI: https://zetasoft.org/
Description: A high-performance, ultra-luxury dark-themed WordPress theme for Dubai's premier VIP table concierge and weekly events guide. Built by Azeem Ushan (ZetaSoft). Featuring live WordPress Customizer panels, weekly 7-day event calendar CPT, real-time video hover previews, dynamic accent color styling, and WhatsApp instant booking engine.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: nightlife
Tags: custom-theme, nightlife, vip-tables, events, dark-mode, responsive-layout, seo-friendly, custom-post-types, custom-colors, custom-logo, translation-ready
*/

/* Reset & Initial Baseline */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: var(--bg-dark, #08080a);
    color: var(--text-primary, #ffffff);
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
