/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://example.com/twentytwentyfive-child
 Description: A child theme of Twenty Twenty-Five
 Version: 1.0
 Template: twentytwentyfive
/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");
body {
	background-color: #6c96f92e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #c953ff;
	text-transform: uppercase;
}