/* Ikigai — tokens de marca. Portable a cualquier app. */
/* Ubuntu no se usa en cobranza */
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap'); */

:root {
  --ik-purple:   #9b13f2;
  --ik-purple-2: #7b3ff2;
  --ik-blue:     #32a3e8;
  --ik-gray:     #bcbcbc;
  --ik-dark:     #1a1a2e;
  --ik-surface:  #f8f7ff;
  --ik-white:    #ffffff;
  --ik-text:     #2d2d3a;
  --ik-muted:    #6b7280;
  --ik-border:   #e5e7eb;
  --ik-success:  #22c55e;
  --ik-warning:  #f59e0b;
  --ik-danger:   #ef4444;
  --ik-gradient: linear-gradient(135deg, var(--ik-purple), var(--ik-blue));
  --shadow-sm:   0 1px 3px rgba(155,19,242,.12);
  --shadow-md:   0 4px 16px rgba(155,19,242,.15);
  --shadow-lg:   0 8px 32px rgba(155,19,242,.20);
  --radius:      10px;
  --font:        'Ubuntu', 'Segoe UI', sans-serif;
}
