/*
 Theme Name:   Impala Child
 Theme URI:    https://salaimpala.es
 Description:  Tema hijo para Sala Impala — diseño 100% custom sobre GeneratePress
 Author:       Pulpo Digital
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  impala-child
*/

/* ==========================================================================
   VARIABLES GLOBALES
   ========================================================================== */
:root {
  --impala-black:      #0A0A0A;
  --impala-dark:       #111111;
  --impala-card:       #1A1A1A;
  --impala-gold:       #EBBA46;
  --impala-gold-light: #F2CE74;
  --impala-white:      #F0EDE8;
  --impala-gray:       #888888;
  --impala-border:     #2A2A2A;

  --font-titulo:  'Bebas Neue', sans-serif;
  --font-cuerpo:  'Inter', sans-serif;

  --max-width: 1280px;
  --gutter:    clamp(1.5rem, 5vw, 4rem);

  --transition: 0.3s ease;
}
