/*
Theme Name: KAKAO Productions
Theme URI: https://www.kakao.show/
Author: Merchan.Dev para APM
Author URI: https://merchan.dev
Description: Tema premium para KAKAO Productions — Event Production, Concert Marketing & Strategic Advisory (Estados Unidos). Producción de eventos, marketing de conciertos, asesoría estratégica y consultoría en gestión. Diseño moderno con animaciones GSAP, Tailwind CSS y efectos glassmorphism. Paleta azul oscuro.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kakao-productions
Tags: events, dark, modern, animated, tailwind, custom-menu, featured-images, full-width-template

*/

/* =========================================
   BASE STYLES — resto cargado en custom.css
   ========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #050A24;
  color: #E6F0FF;
  font-family: 'Outfit', sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}