/*
 Theme Name:        Paradox - La Agencia Feria Digital - EquipoDev
 Theme URI:         https://laagenciaferia.com/
 Description:       Tema personalizado de alto rendimiento para Paradox Park con arquitectura modular (MVC), gestión integral de eventos y reservas.
 Author:            La Agencia Feria Digital - Dev : MiguelBC y Gabriel.
 Author URI:        https://laagenciaferia.com/
 Template:          hello-elementor
 Version:           6.0.7
 Requires at least: 6.0
 Requires PHP:      8.0
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:       paradox-child
*/

@import url('../hello-elementor/style.css');

:root {
    --gold: #c8a84e;
    --gold-light: #e0c574;
    --black: #000;
    --bg-dark: #070707;
    --border: #1e1e1e;
    --muted: #777;
    --success: #3fc070;
    --warning: #f59e0b;
    --error: #c03f3f;
}

body {
    background: var(--black);
    color: #fff;
    font-family: "Museum", sans-serif;
}
