/*
Theme Name: TTN Nightlife
Theme URI: https://toptorontonightclubs.com/
Author: Top Toronto Nightclubs
Author URI: https://toptorontonightclubs.com/
Description: Sleek luxury nightlife theme (black/gold) with Tailwind CSS. Includes front-page hero, events grid, venues, VIP & guestlist AJAX forms.
Version: 1.0.0
License: GPLv2 or later
Text Domain: ttn-nightlife
*/
:root{--ttn-gold-1:#fef08a;--ttn-gold-2:#facc15;}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji";}
/* WordPress alignment helpers */
.alignwide{max-width:1200px;margin-left:auto;margin-right:auto}
.alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
/* Minimal fallback if Tailwind fails to load */
.container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}
.hidden{display:none}
*/