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

// -----------------------------------------------------------------------------
// Display Heading Configuration
// -----------------------------------------------------------------------------

$ss-paragraph-display-config: (
    1: (
        size: clamp(q(48), 5vw + q(16), q(80)),
        weight: 300,
        line-height: 1.2,
        tracking: -0.02em,
    ),

    2: (
        size: clamp(q(40), 4.5vw + q(16), q(72)),
        weight: 300,
        line-height: 1.2,
        tracking: -0.02em,
    ),

    3: (
        size: clamp(q(32), 4vw + q(16), q(64)),
        weight: 300,
        line-height: 1.2,
        tracking: -0.015em,
    ),

    4: (
        size: clamp(q(28), 3.5vw + q(16), q(56)),
        weight: 300,
        line-height: 1.2,
        tracking: -0.015em,
    ),

    5: (
        size: clamp(q(24), 3vw + q(16), q(48)),
        weight: 300,
        line-height: 1.2,
        tracking: -0.01em,
    ),

    6: (
        size: clamp(q(20), 2.5vw + q(16), q(40)),
        weight: 300,
        line-height: 1.2,
        tracking: -0.01em,
    ),
) !default;
