/* =====================================================================
   PLANE9 — デザイントークン（サイト全体で共通利用）
   投入先: wp-content/themes/swell_child/assets/css/tokens.css
   ※ 色・フォント・間隔などを変更したい場合は、このファイルの :root 変数だけを
     書き換えればサイト全体に反映されます（他ファイルは基本的に変更不要）。
   元の静的HTML（plane9.net）の :root 定義をそのまま踏襲しています。
   ===================================================================== */
:root{
  /* cosmos frame */
  --void:#0b0b0f; --void-2:#101018;
  --star:#f4f3ef; --dust:#9a9aa6; --dust-dim:#5c5c68;
  /* bright surface */
  --white:#fbfaf6; --white-2:#f6f4ee;
  --natural:#efe8d8; --natural-2:#e9e0cc; --cream:#efe8d8;
  /* warmth */
  --wood:#b58d5a; --wood-deep:#8f6b3d; --glow:#f3d9a6;
  --ink:#2a2318; --ink-soft:#5b5140;
  /* glass */
  --glass-cool-bg:rgba(224,230,245,.055); --glass-cool-brd:rgba(255,255,255,.16);
  --glass-warm-bg:rgba(243,228,200,.14); --glass-warm-brd:rgba(200,168,120,.42);
  --maxw:1180px; --ease:cubic-bezier(.2,.7,.2,1);
  --font-disp:"Space Grotesk",sans-serif;
  --font-cos:"Zen Kaku Gothic New",sans-serif;
  --font-life:"Zen Maru Gothic",sans-serif;
}
