/*
Theme Name: JH ENCAJA
Theme URI: https://jhencaja.com/
Author: JH TECHNOLOGY S.A.S.
Author URI: https://jhtsas.com/
Description: Tema shell oficial de JH ENCAJA. Mantiene WordPress como capa base y permite que los plugins oficiales controlen las vistas públicas y privadas de la plataforma.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: jh-encaja-theme
*/

:root {
  --jhe-olive-deep: #3F4E24;
  --jhe-olive: #556B2F;
  --jhe-champagne: #C8A96B;
  --jhe-ivory: #F8F6F1;
  --jhe-ink: #1F241C;
}

html, body { margin: 0; padding: 0; min-height: 100%; }
body { background: var(--jhe-ivory); color: var(--jhe-ink); font-family: Arial, Helvetica, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
a { color: inherit; }

/* Las vistas oficiales de la plataforma son renderizadas por plugins. */
.jhe-theme-page { min-height: 100vh; }
.jhe-theme-page > article { margin: 0; padding: 0; }
.jhe-theme-page .entry-content { margin: 0; padding: 0; }
