/*
Theme Name: CFI United
Theme URI: https://example.com/cfi-united
Author: Javier Sauret
Author URI: https://example.com
Description: Tema base moderno para WordPress 6.8.3 — clásico con soporte de bloques. Estructura lista para desarrollo.
Version: 0.1.0
Tested up to: 6.8.3
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: cfi-united
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reseteo básico y utilidades mínimas */
/* :root{
  --brand:#4ea8ff;
  --bg:#0b1220;
  --text:#ffffff;
  --muted:#a0a0a0;
}
{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:1.25rem}
.site-header,.site-footer{background:#0d1424}
.nav{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
.nav a{color:#fff;padding:.4rem .6rem;border-radius:.4rem}
.nav a:hover{background:rgba(78,168,255,.15)}
.btn{display:inline-block;padding:.6rem 1rem;border-radius:.5rem;border:1px solid var(--brand);color:var(--brand);transition:.2s}
.btn:hover{background:var(--brand);color:#0b1220}
.card{background:#121a2e;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1rem}
.site-main{padding-block:1.5rem}
.screen-reader-text{position:absolute;left:-9999px} */
