/*
Theme Name: NotiCore
Theme URI: https://example.com
Author: Tu Nombre
Author URI: https://example.com
Description: Tema para portal de noticias con gestor de banners publicitarios, slider de noticias principales y bloque de destacados.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: noticore
*/

/* Reset mínimo. El resto de estilos vive en assets/css/main.css */
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #1a1a1a;
	background: #f5f5f5;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	color: inherit;
}
