/*
Theme Name: New Standard v.4 Child - Maintenance
Theme URI:
Description: New Standard v.4 の子テーマです。飲食店向け「清掃・串打ち器導入・メンテナンス」事業の専用ページ（トップ／事業内容／お問い合わせ／ブログ一覧）を追加します。
Author:
Author URI:
Template: new-standard-4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new-standard-4-child
*/

/* ==========================================================================
   新事業サイト共通変数（白・青系 プロフェッショナル・清潔感デザイン）
   個別パーツのスタイルは assets/css/maintenance.css にまとめています。
   ========================================================================== */
:root {
	--maint-color-primary: #0b63d6;
	--maint-color-primary-dark: #08418f;
	--maint-color-accent: #3fa9f5;
	--maint-color-bg: #f4f8fc;
	--maint-color-bg-soft: #eaf2fb;
	--maint-color-white: #ffffff;
	--maint-color-text: #1c2a38;
	--maint-color-text-sub: #5a6b7b;
	--maint-color-border: #d7e6f5;
	--maint-radius: 8px;
	--maint-shadow: 0 4px 16px rgba(11, 99, 214, 0.08);
}
