/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* Site-wide overrides go here. Case study styling lives in
   assets/css/case-study.css and is loaded only on that template — see
   functions.php. */

/* Homepage: hide Astra's auto-generated page title ("Home"). The page
   already has its own visible heading ("Your Idea Matters!") further
   down, so this avoids two H1s on one page. Scoped to the .home body
   class WordPress applies to whichever page is set as the front page,
   rather than a numeric post ID that could change later. */
body.home .entry-header .entry-title {
	display: none;
}
