/*
Theme Name:   Familienzentren
Theme URI:    https://example.com/
Description:  A warm, playful child theme for a Berlin family-centres site. Carries the schedule app's look — Baloo 2 + Nunito, soft pink-cream palette, rounded shapes — across the whole site. Built as a child of Twenty Twenty-Four. Use with the Familienzentren plugin and the [familienzentren] shortcode.
Template:     twentytwentyfour
Author:       Caoimhe
Version:      2.14.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  familienzentren-theme
*/

/* Most styling is handled by theme.json (the block-theme way).
   These rules cover a few things theme.json can't express as cleanly. */

/* Soft polka-dot page background, matching the app */
body {
	background-color: #fff6f0;
	background-image:
		radial-gradient(#fde2ea 1.2px, transparent 1.2px),
		radial-gradient(#dcecfa 1.2px, transparent 1.2px);
	background-size: 44px 44px, 44px 44px;
	background-position: 0 0, 22px 22px;
	background-attachment: fixed;
}

/* Rounded, friendly buttons site-wide */
.wp-block-button__link {
	border-radius: 999px !important;
	font-family: "Baloo 2", system-ui, sans-serif;
	font-weight: 600;
}

/* Headings use the rounded display face */
h1, h2, h3,
.wp-block-heading {
	font-family: "Baloo 2", system-ui, sans-serif;
	color: #6b4e8f;
}

/* Gentle card treatment for grouped content */
.is-style-fz-card {
	background: #fff;
	border: 2px solid #f0e2dc;
	border-radius: 18px;
	padding: 22px 24px;
	box-shadow: 0 2px 0 #f0e2dc;
}

/* Keep the schedule app comfortably readable inside any page width */
.fz-app { margin-inline: auto; }
