// =============================================================================
// 31-modules / timeline / config
// =============================================================================

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

$timeline-config: (
    "year-margin-bottom": q(56),
    "year-color": var(--ss-color-text-muted, #666666),
    "year-font-size": q(14),
    "year-font-weight": 600,
    "year-letter-spacing": 0.05em,
    "item-gap": q(32),
    "title-font-size": q(16),
    "title-font-weight": 400,
) !default;
