/*
Theme Name: InfluCheap v2
Theme URI: https://influcheap.mx/
Description: Tema personalizado, liviano y optimizado para la web de InfluCheap. Sin constructores visuales, construido puramente en codigo para maximo rendimiento y SEO.
Author: Codex Agent (OpenClaw)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: influcheap-v2
*/

/* Base CSS Variables for the Brand Design System */
:root {
    --bg-color: #000000;
    --primary-color: #e11d48;
    --text-color: #ffffff;
    --text-light: #cbd5e1;
    --white: #ffffff;
    --font-family: 'Inter', 'Outfit', sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --glow-shadow: 0 0 20px rgba(225, 29, 72, 0.08);
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
}