@charset 'utf-8';

/*  ========================================================================
    JUICE -> ELEMENTS -> TYPOGRAPHY -> BODY
    ========================================================================  */

// Check if the elements with body should be imported
@if $import-elements and $import-element-body {
    body {
        color: $body-font-color;
        font-family: $body-font-family;
        font-size: $body-font-size;
        font-weight: $body-font-weight;
        letter-spacing: $body-letter-spacing;
        line-height: $body-line-height;
    }
}
