/********************************************************/
/*
/*      Typography CSS
/*
/********************************************************/
	
	.wp-site-blocks * {
		-webkit-font-smoothing: antialiased;
	}
	
	.h1 {
		font-size: var(--wp--preset--font-size--2-x-large) !important;
		line-height: 1.093 !important;
		font-weight: 700 !important;
	}
	
	.h2 {
		font-size: var(--wp--preset--font-size--x-large) !important;
		line-height: 1.091 !important;
		font-weight: 500 !important;
	}
	
	.h3 {
		font-size: var(--wp--preset--font-size--large) !important;
		line-height: 1.128 !important;
		font-weight: 700 !important;
	}
	
	.h4 {
		font-size: var(--wp--preset--font-size--medium-small) !important;
		line-height: 2.31 !important;
		font-weight: 500 !important;
	}
	
	.h5, .h6 {
		font-size: var(--wp--preset--font-size--small) !important;
		line-height: 2.31 !important;
		font-weight: 500 !important;
	}

	a[href] {
		transition: color .3s;
	}
	
	@media (width <= 500px) {
		h1, h2, h3, h4, h5, h6, p, span, label, blockquote, q, b, strong, i, em, mark, small, li, dt, dd {
			overflow-wrap: break-word;
			hyphens: auto;
			hyphenate-limit-chars: 12 6 6; /* Prevent hyphenation on shorter words */
		}
	}