/*
Theme Name: TitanClub Theme
Theme URI: https://titanclub.romaviral.com
Author: Antigravity Assistant
Author URI: https://romaviral.com
Description: Custom dark luxury theme for TitanClub Restobar & Discoteca.
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: titanclub
*/

/* CSS Variables */
:root {
    --color-bg: #0A0A0A;
    --color-gold: #D4AF37;
    --color-red: #C0392B;
    --color-text: #F5F5F5;
    --color-text-muted: #B0B0B0;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    margin: 0;
    padding: 0;
}
