/*
Theme Name: Twenty Twenty-Five Child (Hajime Shinohara)
Template: twentytwentyfive
Version: 1.0.0
*/

@import url('../twentytwentyfive/style.css');

/* ヘッダー・フッターのみ非表示 */
header.wp-block-template-part,
footer.wp-block-template-part {
  display: none !important;
}

/* 全幅表示 */
body .wp-site-blocks {
  padding: 0;
  max-width: none;
}

.entry-content {
  max-width: none;
  padding: 0;
}
