/*
Theme Name: Zino Totonoe
Theme URI: https://totonoe.works/
Description: totonoe.works 専用の Zino 子テーマ。モダン・ミニマルなリデザイン（グレー系＋アクセント1色・大きめ余白・和文フォント・上品な控えめアニメ・モバイルファースト）。コンテンツ（サービス/料金/連絡先）は内容を変えず、見た目のみを一新する。
Author: multi-agent-shogun (足軽4 / wordpress_designer)
Template: zino
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zino-totonoe
*/

/*
 * このファイルには最小限の基盤スタイルのみを置く。
 * 配色・余白・タイポグラフィは theme.json で、
 * 装飾・アニメ・レスポンシブ微調整は assets/css/custom.css で行う。
 * （両者は functions.php で enqueue 済み）
 */

:root {
  /* ブランド変数（custom.css と共有）。theme.json のプリセットと値を一致させている */
  --tt-accent: #2f7e77;        /* アクセント1色：落ち着いた青緑（信頼感＋親しみ） */
  --tt-accent-dark: #24645e;   /* ホバー等 */
  --tt-accent-tint: #e8f1ef;   /* 淡いアクセント背景 */
  --tt-ink: #1f242b;           /* 見出し・濃いテキスト */
  --tt-body: #3a424b;          /* 本文 */
  --tt-muted: #6b7480;         /* 補助テキスト */
  --tt-border: #e6e9ec;        /* 罫線 */
  --tt-surface: #f6f8f8;       /* 面（カード/セクション背景） */
  --tt-radius: 12px;
  --tt-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--tt-body);
}
