/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com/twentytwentyfive-child
Description: Child theme for the Twenty Twenty-Five theme. Use this to safely customize the parent theme.
Author: Theme Author
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: twentytwentyfive-child
Requires at least: 6.3
Requires PHP: 7.4
*/

/* --- Child theme custom CSS goes below this line --- */

/* Example: small visual tweak to verify child theme is active */
/* You can remove this rule once you've added your own styles */
body {
    /* subtle background to confirm child theme loaded */
    background-color: #f8f8fb;
}
