/* Xenoss — Shadow / effect tokens (transcribed from the Figma decks) */
:root {
  /* Signature layered blue-tinted soft shadow under white content groups
     on light slides (values from Figma, condensed to the visible layers) */
  --shadow-content-group: 21px 10px 51px 0px rgba(110,133,221,0.14),
                          82px 41px 92px 0px rgba(110,133,221,0.12),
                          185px 92px 124px 0px rgba(110,133,221,0.07);

  /* No hover/press/animation system exists in the source decks —
     these are sensible defaults for interactive recreations only. */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-base: 240ms; /* @kind other */
}
