/*
Theme Name: Famosos
Theme URI: https://famosos.com
Author: Famosos
Author URI: https://famosos.com
Description: Tema WordPress para sitio de cultura, chismes y tendencias. Incluye plantilla de video estilo YouTube, panel admin de publicidad, Trends y más.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: famosos
Tags: entertainment, news, magazine, custom-colors, custom-logo, featured-images, full-width-template
*/

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --klein: #4100F5;
  --citric: #CDF564;
  --aqua: #9BF0E1;
  --fushia: #F037A5;
  --tangerine: #FF4632;
  --black: #191414;
  --white: #ffffff;
  --off: #f5f5f7;
  --muted: #6e6e73;
  --border: #e5e5ea;
  --text: #1d1d1f;
  --r: 16px;
  --r-lg: 24px;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --sh: 0 2px 16px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.04);
  --sh-lg: 0 20px 60px rgba(0,0,0,.10), 0 4px 20px rgba(0,0,0,.05);
}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
