/*
Theme Name: HobbyHaven Top Theme
Theme URI: https://example.com/
Author: ChatGPT
Description: 添付デザインをトップページにした、趣味紹介ブログ向けWordPressテーマです。インドア・アウトドア・予算別・ガイドのカテゴリーと固定ページテンプレートを追加済みです。
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: hobbyhaven-top
*/

:root { --hh-primary: #446556; --hh-bg: #fbf9f8; }
html { scroll-behavior: smooth; }
body { margin: 0; }
.wp-content-area img { max-width: 100%; height: auto; }
.wp-content-area a { color: var(--hh-primary); text-decoration: underline; }
.alignwide { max-width: 1120px; margin-left: auto; margin-right: auto; }
.screen-reader-text { position:absolute; left:-9999px; }
