@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root, [data-theme="light"] {
    /* Fuentes */
    --font-primary: 'Outfit', sans-serif;
    --font-secondary: 'Plus Jakarta Sans', sans-serif;

    /* Colores por defecto (Modo Claro profesional y limpio) */
    --bg-body: #f8fafc;
    --bg-body-outer: url('../uploads/site_epic_bg.png?v=2.21.3');
    --bg-card: #ffffff;
    --bg-card-hover: #f1f5f9;
    --bg-input: #f8fafc;
    --border-color: #e2e8f0;
    
    --text-main: #0f172a;
    --text-muted: #64748b;
    --text-inverse: #ffffff;

    --primary: #c03634; /* Pokeball logo Red */
    --primary-hover: #a32d2c;
    --primary-glow: rgba(192, 54, 52, 0.2);
    
    --accent: #f6e05e; /* Electric Yellow */
    --accent-blue: #3182ce;
    
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.12);
    
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;

    /* Colores de tipos Pokémon */
    --type-planta: #4ade80;
    --type-fuego: #f87171;
    --type-agua: #60a5fa;
    --type-electrico: #facc15;
    --type-veneno: #c084fc;
    --type-psiquico: #f472b6;
    --type-fantasma: #a78bfa;
    --type-normal: #9ca3af;
    --type-volador: #a5f3fc;
    --type-roca: #d97706;
    --type-tierra: #b45309;
    --type-lucha: #e11d48;
    --type-bicho: #84cc16;
    --type-siniestro: #4b5563;
}
