/* Shadows, transitions — INFERRED (not present in source tokens).
   Soft, low-spread elevation to sit against the cream page. */
:root {
  --shadow-sm: 0 1px 2px rgba(19, 21, 33, 0.06), 0 1px 1px rgba(19, 21, 33, 0.04);
  --shadow-md: 0 2px 6px rgba(19, 21, 33, 0.08), 0 1px 2px rgba(19, 21, 33, 0.05);
  --shadow-lg: 0 12px 32px rgba(19, 21, 33, 0.12), 0 4px 8px rgba(19, 21, 33, 0.06);

  --transition-fast: 120ms ease; /* @kind other */
  --transition-base: 180ms ease; /* @kind other */
}
