$shadowsDnDark: (
  elevation-xs: (
    x: 0,
    y: 1,
    blur: 2,
    spread: 1,
    color: rgba(13, 13, 13, 0.25)
  ),
  elevation-sm: (
    x: 0,
    y: 2,
    blur: 4,
    spread: 1,
    color: rgba(13, 13, 13, 0.25)
  ),
  elevation-lg: (
    x: 0,
    y: 4,
    blur: 16,
    spread: 0,
    color: rgba(13, 13, 13, 0.25)
  ),
  elevation-md: (
    x: 0,
    y: 4,
    blur: 8,
    spread: 0,
    color: rgba(13, 13, 13, 0.25)
  )
);
