/*
Theme Name: GeneratePress Child
Theme URI: https://example.com/
Author: Your Name
Description: Child theme for GeneratePress — add custom styles below.
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* ---------- Custom styles (add yours below) ---------- */

/* Example: change site title color */
.site-title a { color: #e74c3c; }

/* Example: mobile menu background */
@media (max-width: 768px) {
  .main-navigation { background: #333; }
}
