<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Custom Coachpress Theme
 description: &gt;-
   A child theme of the Coachpress Theme by BlossomThemes customized for Seelengloeckchen
 Author:       Seelengloeckchen - Melanie Bunge
 Template:     coachpress
 Version:      1.0.0
*/

.promo-section::after {
    background: none;
}

.page-header.has-bg-img::before {
  background: rgba(var(--secondary-color-rgb), 0.5);
}

.promo-section .widget_text .widget-title {
  font-family: "Allison";
	font-size: 3.5em;
	color: #6d0d7a;
}

.page-header .page-title, .page-header .entry-title {
  font-family: "Allison";
	font-size: 3.5em;
	color: #6d0d7a;
}

.site-banner.static-cta .banner-caption .title {
	font-family: "Allison";
	font-size: 3.5em;
	color: #6d0d7a;
}

</pre></body></html>