/*
Theme Name: Bronex Events
Theme URI: https://bronex-events.md
Author: DRIIXX
Author URI: https://github.com/DRIIXX
Description: A modern dark theme with purple accents for Bronex Events - an event management company specializing in audio equipment rental and simultaneous translation services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bronex-theme
Tags: dark, one-column, custom-menu, featured-images, translation-ready

Bronex Events Theme - Professional Audio & Translation Services
*/

/* Base CSS Variables - Main styles are in assets/css/theme.css */
:root {
    --color-ink: #060614;
    --color-night: #0b0b19;
    --color-brand-400: #a979ff;
    --color-brand-500: #7c39f6;
    --color-brand-600: #5f2fe6;
    --color-brand-700: #3d1bb5;
    --color-white: #ffffff;
    --font-sans: 'Inter', sans-serif;
    --font-display: 'Montserrat', sans-serif;
}
