/*
Theme Name: idk
Description: A child theme for the Twenty Twenty-Five WordPress theme
Template: twentytwentyfive
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");

/* Add your custom styles below */

/* Example: Custom header styling */
/*
.site-header {
    background-color: #your-color;
}
*/