/*
Theme Name:   Kadence Child
Theme URI:    https://modularmusic.school/
Description:  Child theme for Kadence. All custom styles and template overrides live here so the parent theme can be updated safely.
Author:       Jack Richardson
Version:      0.1.1
Template:     kadence
Text Domain:  kadence-child
*/

/* ---------------------------------------------------------------
   1. Headings
   Restores the uppercase, letter-spaced treatment that was set in
   the Customizer under the parent theme and did not carry across
   when the child theme was activated.
   --------------------------------------------------------------- */

.entry-title,
.entry-title a {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
