/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://turistour.com
 Description:  Hello Elementor Child Theme para Turistour Premium
 Author:       Antigravity
 Author URI:   https://turistour.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Aquí pondremos los estilos premium dark del sitio anterior */
:root {
    --bg-body: #f5f7fa;
    --primary: #0045bc;
    --primary-dark: #003580;
    --accent: #2c67ff;
    --text-main: #333333;
    --white: #ffffff;
}

body {
    background-color: var(--bg-body);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
}