/*!
Theme Name: Kadence Starter
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.5
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-sds
*/

/* Theme customization starts here
-------------------------------------------------------------- */
h1 {
  font-size: clamp(2.125rem, 2.273vw + 1.557rem, 3.375rem);
}
h2 {
  font-size: clamp(1.875rem, 1.364vw + 1.534rem, 2.625rem);
}
h3 {
  font-size: clamp(1.625rem, 0.455vw + 1.511rem, 1.875rem);
}
h4 {
  font-size: clamp(1.375rem, 0.227vw + 1.318rem, 1.5rem);
}
h5 {
  font-size: var(--global-kb-font-size-md);
}
h6 {
  font-size: var(--global-kb-font-size-sm);
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0 0 0.5em;
}
.single-content p {
	margin-bottom: var(--global-xs-spacing);
}