/*
Theme Name: Gaethan Colombia
Theme URI: https://gaethancolombia.com
Description: Tema hijo de Astra para Gaethan Colombia. Reproduce el rediseño de Home, Empresa y Productos (WooCommerce) con filtros AJAX y carrito de cotización. CSS autocontenido basado en design-spec.json.
Author: Gaethan Colombia
Author URI: https://gaethancolombia.com
Template: astra
Version: 1.1.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gaethan-colombia
*/

/* ==========================================================================
   Reset base mínimo. Los estilos del tema viven en assets/css/*.css
   (tokens.css, components.css, home.css, empresa.css, productos.css).
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
