/*
Theme Name: Portal Noticias
Theme URI: https://example.com
Author: Renan Odorizi
Author URI: https://example.com
Description: Tema custom para portal de noticias com multiplas editorias, construido para SEO e compativel com Elementor Pro Theme Builder.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
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: portal-noticias
*/

:root {
	--color-primary: #D3212C;
	--color-secondary: #111111;
	--color-text: #1A1A1A;
	--color-muted: #6B7280;
	--color-border: #E5E7EB;
	--color-bg: #FFFFFF;
	--color-surface: #F5F5F5;
	--editoria-color: var(--color-primary);
	--font-heading: 'Poppins', system-ui, sans-serif;
	--font-body: 'Inter', system-ui, sans-serif;
	--container-width: 1240px;
	--radius: 6px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	max-width: 100%;
}

body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.6;
	font-size: 16px;
	overflow-x: hidden;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	line-height: 1.25;
	margin: 0 0 .5em;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul, ol {
	padding-left: 1.2em;
}

.container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 20px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: var(--color-secondary);
	color: #fff;
	padding: 10px 16px;
	z-index: 10000;
	transition: top .2s ease;
}

.skip-link:focus {
	top: 0;
}

.site-main {
	padding: 32px 0 64px;
}

@media (max-width: 560px) {
	.site-main {
		padding: 20px 0 40px;
	}

	body {
		font-size: 15px;
	}
}
