/*
Theme Name: Falucho Core
Theme URI: https://example.com/falucho-core
Author: Julio Bambill / ImpactWP
Description: Núcleo editorial para Cuentos de Falucho. CPT, taxonomías, sincronización con YouTube, REST API y plantillas base accesibles.
Version: 1.3.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: falucho-core
*/

:root {
  color-scheme: dark;
  --falucho-bg: #090909;
  --falucho-fg: #f0ede6;
  --falucho-muted: #a7a29a;
  --falucho-red: #df1d18;
}

html { background: var(--falucho-bg); color: var(--falucho-fg); }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--falucho-bg); color: var(--falucho-fg); }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; margin: 0; clip: auto; background: #fff; color: #000; }
