/*
 Theme Name: Musehopper TT5 Child
 Template: twentytwentyfive
 Version: 0.1.0
 Description: Child theme of Twenty Twenty-Five for Musehopper
 Author: Katsufumi Seki
*/
/* ====== MuseHopper Hero ====== */
/* パレット（theme.jsonがあればそちらの変数に合わせてOK） */
:root{
  --mh-brand: #2D6AE3;  /* Deep Blue */
  --mh-grass: #3BA55C;  /* Fresh Grass Green */
  --mh-yellow:#FFD866;  /* Sunlight */
  --mh-ink:   #111111;  /* Charcoal */
  --mh-paper: #ffffff;  /* White */
  --mh-warm:  #F5F5F5;  /* Warm Gray */
  --mh-water: #BDE7F7;  /* Pond Light Blue（お好みで） */
}

body.page h1.wp-block-post-title {
  display: none;
}
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-top: 0 !important;
}