/*
Theme Name: Enlace News
Theme URI: https://example.com/enlace-news
Author: Enlace
Author URI: https://example.com
Description: Un tema de WordPress moderno para medios y periódicos digitales, inspirado en el diseño limpio y editorial de portales de noticias como ABC News. Incluye portada con bloques de noticias, barra de última hora, secciones por categoría, área de video y diseño totalmente responsivo.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enlace
Tags: news, magazine, blog, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, full-width-template, translation-ready, block-styles, editor-style
*/

/* =========================================================
   The full theme styles live in assets/css/main.css
   This file only contains the required theme header above
   plus a few base resets so the theme works even if the
   enqueued stylesheet fails to load.
   ========================================================= */

:root {
	--enlace-red: #d81e05;
	--enlace-red-dark: #a81604;
	--enlace-ink: #1a1a1a;
	--enlace-gray: #5b5b5b;
	--enlace-line: #e3e3e3;
	--enlace-bg: #ffffff;
	--enlace-bg-alt: #f6f6f6;
	--enlace-font-head: Georgia, 'Times New Roman', serif;
	--enlace-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	font-family: var(--enlace-font-body);
	color: var(--enlace-ink);
	background: var(--enlace-bg);
	line-height: 1.6;
}

a { color: var(--enlace-red); }

img { max-width: 100%; height: auto; }
