/*
Theme Name: Nightlife
Theme URI: https://dubaievents.ae/
Author: Antigravity Engineering
Author URI: https://dubaievents.ae/
Description: A high-performance, dark-themed custom WordPress theme for Dubai's premier nightlife guide and weekly events portal. Designed with visual excellence, responsive layout, SEO optimizations, and client-editable content.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: nightlife
Tags: custom-theme, nightlife, events, dark-mode, responsive-layout, seo-friendly, custom-post-types
*/

/* 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: #0a0b0d;
    color: #e2e8f0;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
