/*
Theme Name: Onsen Tailwind
Theme URI: https://onsen.io/v2/guide/jquery/
Author: hostbol
Author URI: https://hostbol.lat
Description: Tema WordPress clásico con Tailwind CSS inspirado en Onsen UI. Toolbar superior fijo estilo app, tabbar inferior solo en móvil (como ons-tabbar), tarjetas y listas estilo Onsen. Responsive: pantalla normal (escritorio) y móvil. Requiere compilar Tailwind con npm (npm install && npm run build).
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onsen-tailwind
Tags: blog, one-column, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ------------------------------------------------------------------
   Estilos de respaldo mínimos si el CSS de Tailwind no está compilado.
   IMPORTANTE: NO definir aquí color/background del body ni de enlaces:
   este archivo carga SIN @layer y pisaría las variantes dark: de
   Tailwind (que viven dentro de @layer).
------------------------------------------------------------------- */
body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
