/*
Theme Name: TXT Canvas
Theme URI: https://txtconsultorias.com/
Author: TXT Consultorías
Description: Tema lienzo para crear landings independientes con Elementor o HTML/CSS, sin heredar cabeceras, menús, títulos ni pies.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: txt-consultorias
*/

/*
 * El tema base no impone estilos visuales. Cada landing carga únicamente
 * sus propios estilos o los definidos desde Elementor.
 */

html,
body {
  margin: 0;
  padding: 0;
}

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

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