:root{
  --shadow-soft:0 8px 24px rgba(58,52,48,0.08);
  --shadow-card:0 4px 16px rgba(239,31,82,0.08);
  --shadow-lifted:0 16px 40px rgba(58,52,48,0.14);
  --outline-brand:2px solid var(--red-500);
  --ease-bounce:cubic-bezier(.34,1.56,.64,1); /* @kind other */
  --ease-soft:cubic-bezier(.4,0,.2,1); /* @kind other */
  --duration-fast:120ms; /* @kind other */
  --duration-base:200ms; /* @kind other */
}
