/********************************************************/
/*
/*      Typography CSS
/*
/********************************************************/

	body {
		-webkit-font-smoothing: antialiased !important;
	}
	
	h2, .h2, .helvetica-now-display {
		-webkit-font-smoothing: auto !important;
	}

	h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6, .fraunces, .cooper {
		font-optical-sizing: none !important;
	}

	.h1 {
		font-family: var(--wp--preset--font-family--cooper) !important;
		font-size: var(--wp--preset--font-size--2-x-large) !important;
		line-height: 1 !important;
		font-weight: 700 !important;
	}
	
	.h2 {
		font-family: var(--wp--preset--font-family--helvetica-now-display) !important;
		font-size: var(--wp--preset--font-size--x-large) !important;
		line-height: 1 !important;
		font-weight: 400 !important;
	}
	
	.h3, .h4, .h5, .h6 {
		font-family: var(--wp--preset--font-family--cooper) !important;
		font-size: var(--wp--preset--font-size--large) !important;
		line-height: 1.15 !important;
		font-weight: 600 !important;
	}

	a[href] {
		transition: color .3s;
		-webkit-font-smoothing: inherit !important;
	}