/*
Theme Name: GeneratePress Child
Description: Child theme of GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0.0
*/

/* 
 * Add your custom CSS below this line
 * The parent theme's styles are automatically loaded
 */

/* Example custom styles - remove or modify as needed */
body {
    /* Add your custom body styles here */
}

.site-header {
    /* Add your custom header styles here */
}

.site-main {
    /* Add your custom main content styles here */
}

.site-footer {
    /* Add your custom footer styles here */
}
