/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five Child theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
*/

/* Import parent theme styles (not always needed in block themes, but good practice) */
@import url("../twentytwentyfive/style.css");

/* Custom child theme CSS starts below */
body {
  background-color: #f5f5f5;
}