/* ═══════════════════════════════════════════════
   VARIABLES — Psicología Isui
   ✏️  Edita aquí para cambiar colores y fuentes
   ═══════════════════════════════════════════════ */
:root {
  /* Colores */
  --pk:          #d52570;
  --pk-mid:      #f794b9;
  --pk-light:    #ffbdd6;
  --pk-pale:     #fff5f9;
  --pk-dark:     #a81d5a;
  --ink:         #181818;
  --white:       #ffffff;
  --muted:       #777777;
  --light-gray:  #f8f8f8;
  --border:      #fce8f0;

  /* Tipografía */
  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'Jost', system-ui, sans-serif;

  /* Sombras */
  --shadow-sm:   0 2px 16px rgba(213,37,112,0.07);
  --shadow-md:   0 6px 28px rgba(213,37,112,0.10);
  --shadow-lg:   0 12px 40px rgba(213,37,112,0.13);

  /* Transiciones */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast:      0.2s;
  --t-mid:       0.35s;
  --t-slow:      0.7s;
}
