/*
Theme Name:     Onylogy - Kadence Child Theme
Theme URI:      https://onylogy.com/
Template:       kadence
Author:         Onylogy Studio
Author URI:     https://onylogy.com/
Description:    Custom Kadence child theme for Onylogy Studio client projects. Safe for parent theme updates.
Version:        0.0.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* ------------------------------
   Paragraph spacing
   For Posts only
------------------------------ */
.post-content p, .post-content figure.wp-block-image{
	margin-bottom: 1rem;
}


/* ------------------------------
   Paragraph spacing
   For Posts only
------------------------------ */
.post-content ul{
	padding-left: 1rem;
	margin-bottom: 1rem;
}


/* ------------------------------
   Heading spacing
   For Posts only
------------------------------ */

.post-content h2 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.post-content h1,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 32px;
    margin-bottom: 16px;
}

/* ------------------------------
   Heading font sizes (responsive)
   For Posts only
------------------------------ */

/* H1: 54px desktop, 32px mobile */
.post-content h1{
	font-size: clamp(2rem, 2.5rem + 2vw, 3.375rem);
}

/* H2: 36px desktop, 28px mobile */
.post-content h2{
	font-size: clamp(1.75rem, 1.5rem + 1vw, 2.25rem);
	padding-left: 12px;
	border-left: 8px solid var(--global-palette1);
	border-radius: 4px 0 0 4px;
}

/* H3: 28px desktop, 22px mobile */
.post-content h3 {
    font-size: clamp(1.375rem, 1.2rem + 1vw, 1.75rem);
}

/* H4: 24px desktop, 18px mobile */
.post-content h4 {
    font-size: clamp(1.125rem, 1rem + 1vw, 1.5rem);
}

/* H5: 20px desktop, 16px mobile */
.post-content h5 {
    font-size: clamp(1rem, 0.9rem + 1vw, 1.25rem);
}