// =============================================================================
// 31-modules / figure / config
// =============================================================================
//
// Aspect-ratio media wrappers with caption styling. Ports the legacy
// `figure_1x1`, `figure_3x2`, `figure_4x3`, `figure_3x4`, `figure_2x3`,
// `figure_16x9` set as `--1x1`, `--3x2`, `--4x3`, `--3x4`, `--2x3`, `--16x9`.
//
// =============================================================================

@use "../../01-core/external" as *;

$figure-config: (
    "border-color": var(--ss-color-line, #e5e5e5),
    "border-width": q(1),
    "padding": q(8),
    "caption-margin-top": q(16),
    "caption-text-align": left,
    "caption-font-style": italic,
    "radius-rounded": q(8),
) !default;
