@import "./metadata";
@import "./properties";

$petals--heading-level1-font-size: calc(var(#{$__petals--font-size}, #{$petals--font-size}) * 2.5) !default;
$petals--heading-level1-font-weight: var($__petals--font-weight-bold, $petals--font-weight-bold) !default;
$petals--heading-level1-line-height: var($__petals--line-height, $petals--line-height) !default;
$petals--heading-level1-margin-top: 0 !default;
$petals--heading-level1-margin-bottom: 0 !default;

$petals--heading-level2-font-size: calc(var(#{$__petals--font-size}, #{$petals--font-size}) * 2) !default;
$petals--heading-level2-font-weight: var($__petals--font-weight-bold, $petals--font-weight-bold) !default;
$petals--heading-level2-line-height: var($__petals--line-height, $petals--line-height) !default;
$petals--heading-level2-margin-top: 0 !default;
$petals--heading-level2-margin-bottom: 0 !default;

$petals--heading-level3-font-size: calc(var(#{$__petals--font-size}, #{$petals--font-size}) * 1.75) !default;
$petals--heading-level3-font-weight: var($__petals--font-weight-bold, $petals--font-weight-bold) !default;
$petals--heading-level3-line-height: var($__petals--line-height, $petals--line-height) !default;
$petals--heading-level3-margin-top: 0 !default;
$petals--heading-level3-margin-bottom: 0 !default;

$petals--heading-level4-font-size: calc(var(#{$__petals--font-size}, #{$petals--font-size}) * 1.5) !default;
$petals--heading-level4-font-weight: var($__petals--font-weight-bold, $petals--font-weight-bold) !default;
$petals--heading-level4-line-height: var($__petals--line-height, $petals--line-height) !default;
$petals--heading-level4-margin-top: 0 !default;
$petals--heading-level4-margin-bottom: 0 !default;

$petals--heading-level5-font-size: calc(var(#{$__petals--font-size}, #{$petals--font-size}) * 1.25) !default;
$petals--heading-level5-font-weight: var($__petals--font-weight-bold, $petals--font-weight-bold) !default;
$petals--heading-level5-line-height: var($__petals--line-height, $petals--line-height) !default;
$petals--heading-level5-margin-top: 0 !default;
$petals--heading-level5-margin-bottom: 0 !default;

$petals--heading-level6-font-size: var($__petals--font-size, $petals--font-size) !default;
$petals--heading-level6-font-weight: var($__petals--font-weight-bold, $petals--font-weight-bold) !default;
$petals--heading-level6-line-height: var($__petals--line-height, $petals--line-height) !default;
$petals--heading-level6-margin-top: 0 !default;
$petals--heading-level6-margin-bottom: 0 !default;
