/*
Theme Name: RESLYNX
Theme URI: https://mytravel.agency
Description: Tema custom para plataforma de agencias de viajes B2B. Sistema completo de búsqueda y reservas con integración a múltiples proveedores.
Version: 1.0.0
Author: RESLYNX Team
Author URI: https://mytravel.agency
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reslynx
Tags: travel, booking, agencies, b2b, tours
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0

RESLYNX WordPress Theme, Copyright 2025 RESLYNX Team
RESLYNX is distributed under the terms of the GNU GPL
*/

/* 
 * Este archivo es requerido por WordPress para reconocer el tema.
 * Los estilos principales están en assets/css/
 */

:root {
    --primary-color: #2563eb;
    --secondary-color: #10b981;
    --dark: #1f2937;
    --light: #f9fafb;
    --border: #e5e7eb;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--dark);
}
