/*
Theme Name: steam-metroidvania-child
Template: steam-base-theme
*/
:root{
  /* 背景：羊皮紙（ライト基調・親のダークを反転上書き） */
  --bg-base: #f1e7d0;
  --bg-surface: #e9dcbf;
  --bg-card: #faf4e6;

  /* 文字：セピアのインク */
  --text-primary: #2c2519;
  --text-secondary: #574b38;
  --text-muted: #8a7c63;

  --border: #d3c3a0;

  /* アクセント：古地図のインク藍 */
  --accent: #2f5d8a;
  --accent-glow: #5b86b3;
  --accent-deep: #1f3f5e;

  /* 価格・セール */
  --price: #2f8f5b;
  --sale: #c0432f;

  /* 判定ボックス */
  --warn-bg: #f6e7c2;
  --warn-text: #7a5a1c;
  --info-bg: #dde8f2;
  --info-text: #2f5d8a;

  /* セクション帯 */
  --band-bg: #e4d6b6;
  --band-text: #2c2519;

  /* ライト基調の固有上書き */
  --cta-text: #ffffff;
  --serif: "Yusei Magic","Hiragino Kaku Gothic ProN","Noto Sans JP",system-ui,sans-serif;
}
