/*
Theme Name: Hestia Child
Template: hestia
Description: 子テーマ（Hestiaカスタム）
Author: あなたの名前
Version: 1.1
*/

/* 背景色変更 */
body {
  background-color: #f8f9fa;
}

/* クレジット表示を非表示 */
.footer .footer-credits {
  display: none !important;
}
