/*
Theme Name: CGERA Institucional
Theme URI: https://cgera.net.ar
Author: CGERA - Confederación General Empresaria de la República Argentina
Author URI: https://cgera.net.ar
Description: Tema institucional exclusivo y de alto rendimiento desarrollado para CGERA. Diseñado con arquitectura limpia, velocidad optimizada, soporte completo para Elementor y plataforma integrada de reservas de salas.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://cgera.net.ar
Text Domain: cgera-theme
Tags: custom-header, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Reset & Normalización base */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #1E293B;
    background-color: #FFFFFF;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #1E66D6;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #044355;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

