/*
 Theme Name:   Cofab 2025
 Theme URI:     https://cofab.org/
 Description:   Child theme for the 2025 parent theme, customizations by Gabriel Furmuzachi
 Author:        Gabriel Furmuzachi
 Author URI:    https://dev.cento.red/
 Template:      twentytwentyfive
 Version:       1.0.0
 Text Domain:   cofab-2025-child
*/

/* = Custom Styles
-------------------------------------------------------------- */

/* Example: change site title color */
.site-title a {
    color: #2c3e50; /* adjust to cofab branding color */
}

/* Example: custom background */
body.custom-background {
    background-color: #f9f9f9;
}

/* Add further style overrides below */
