/*
Theme Name: リハーサル工房
Theme URI: https://www.ailv5.com/
Author: AI経営本部
Author URI: https://www.ailv5.com/
Description: 日本語サイト向けのシンプルなブロックテーマ雛形。配色とタイポグラフィは theme.json に集約しています。外部CDN・Webフォントは読み込みません。
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rehearsal
Tags: full-site-editing, block-patterns, one-column, blog, editor-style
*/

/*
 * 見た目の指定は theme.json に集約しています。
 * このファイルには、theme.json では表現できないものだけを書いてください。
 */

/* リンクの下線を、読みやすい位置に下げる */
a {
	text-underline-offset: 0.2em;
}

/* キーボード操作時のフォーカスを見えるようにする */
:where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
}

/* 印刷時は背景色を落とす */
@media print {
	body {
		background: #fff;
		color: #000;
	}
}
