/*
Theme Name: Yurei Cronista
Theme URI: https://example.com/yurei-cronista
Author: Codex
Author URI: https://example.com
Description: Tema editorial clásico para escritor de thriller y terror japonés, con foco en publicaciones, traducciones y bitácora.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: yurei-cronista
Tags: blog, custom-logo, custom-menu, featured-images, translation-ready, editor-style, two-columns, threaded-comments
*/

/* Fallback mínimo; el estilo real está en assets/css/main.css */
:root {
  --yc-bg: #f4efe5;
  --yc-ink: #191611;
}

body {
  background: var(--yc-bg);
  color: var(--yc-ink);
}
