@use "../variables" as vars;

$fds-shadows: (
    "light": (
        'offset-x': 0,
        'offset-y': 4px,
        'blur':     12px,
        'spread':   0,
        'color':    vars.$theme-color-shadow
    ),
    "heavy": (
        'offset-x': 0,
        'offset-y': 8px,
        'blur':     24px,
        'spread':   0,
        'color':    vars.$theme-color-shadow
    )
);