/*
Theme Name: Healthspan DPC
Theme URI: 
Author: Sterner Stuff
Author URI: 
Description: Child of TT4 for Healthspan DPC
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: healthspan-dpc
Tags: 
*/

/**
 * Have to include this here because pseudo selectors don't work in theme.json styles.
 */
 .has-large-font-size {
	line-height:1.2;
 }
/* .wp-block-image.is-style-healthspan-image {
	position:relative;
	&:after {
		content:'';
		display:block;
		position:absolute;
		z-index:-1;
		height:100%;
		width:100%;
		top:var(--wp--preset--spacing--10);
		left:var(--wp--preset--spacing--10);
		border: 2px solid var(--wp--preset--color--accent-5);
		border-radius: var(--wp--preset--border-radius--small) 0;
	}
} */
