/*
Theme Name: City River
Theme URI: https://example.com/city-river
Template: kangarang
Author: Ephraim Sng
Author URI: https://kangarang.com
Description: City River school website child theme extending the Kangarang base theme
Version: 1.0.0
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary - All Rights Reserved
License URI: 
Text Domain: city-river
Tags: full-site-editing, block-patterns, custom-sections
*/

/* Primary palette (blocks / theme styles that use the "primary" preset) */
:root {
	--wp--preset--color--primary: #C07050;
	--kangarang-primary: var(--wp--preset--color--primary, #1a2645);
	--kangarang-secondary: var(--wp--preset--color--secondary, #c07050);
}

html,
body,
.wp-site-blocks {
  background-color: #ede5d5;
}

/* Headers: Libre Baskerville (body font remains parent Montserrat) */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.wp-block-heading,
.wp-block-post-title,
.wp-block-query-title {
	font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

.hero-bottom-diamond{
	background: none;
	box-shadow: none;
}

.city-river-mailerlite-message {
	margin-bottom: 1rem;
}


.wp-block-kangarang-hero-block .hero-bottom-icon {
	width: 150px;
	height: 150px;
	object-fit: contain;
  }