/*
Theme Name: New Albany Presbyterian
Theme URI: https://newalbanypresbyterian.org
Author: New Albany Presbyterian Church
Author URI: https://newalbanypresbyterian.org
Description: Custom block theme for New Albany Presbyterian Church.
Version: 0.1.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newalbanypresbyterian
*/

h1, h2, h3 {
	&.wp-block-heading mark {
		font-size: 1.444em;
	}
}

a, a:hover {
	color: var(--wp--preset--color--teal);
}

.wp-block-heading.has-x-small-font-size {
	font-size: 1.25rem;
}


.wp-block-paragraph.has-xxx-large-font-size {
	font-size: clamp(1.25rem, calc(1.25rem + var(--wp--custom--typography--fluid-unit)), 1.5rem);
}

.has-sans-font-family {
	letter-spacing: normal;
}

.has-sans-heading-family {
	letter-spacing: -0.082em
}

/* Columns — Equal Width (force all columns to same width) */

@media (min-width: 782px) {
	.wp-block-columns.is-style-equal-width > .wp-block-column {
		flex:      1 1 0% !important;
		min-width: 0;
	}
}

