/*
Theme Name: Navigator
Theme URI: https://web-navigator.com/
Author: WEB先案内
Author URI: https://web-navigator.com/
Description: SEO 最優先のオリジナル WordPress テーマ。WordPress 復旧・保守・運用相談のためのコンテンツメディア向けに、構造化データ／OGP／パンくず／自動目次／関連記事／吹き出し／CTA 等の機能を内蔵。クラシックテーマ＋ theme.json のハイブリッド構成。
Version: 1.0.0
Tested up to: 6.9
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: navigator
Tags: blog, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, block-patterns, block-styles, accessibility-ready, translation-ready, threaded-comments, sticky-post, theme-options
*/

/*
 * NOTE: Visual styles live in assets/css/main.css.
 * This file holds the theme header (required by WordPress) and a couple of
 * reset declarations so the theme loads cleanly even before main.css.
 */

html { box-sizing: border-box; font-size: 100%; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
img, picture, video, canvas, svg { max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; }
button { background: none; border: none; cursor: pointer; }
a { background-color: transparent; }
:focus:not(:focus-visible) { outline: none; }
