@charset "UTF-8";
/* =========================================================
   dessert.css  (v1.0)
   デザートの素 カテゴリのカラーバリエーション定義
========================================================= */

/* ---------- 濃香杏仁（ピンク系） ---------- */
body.theme-annin{
  --theme-color:        #bf4079;
  --theme-color-light:  #e2a9ca;
  --theme-color-soft:   #eec7dc;
  --theme-color-dark:   #8f4d7a;
  --theme-color-bg:     #fcf3f7;
  --theme-color-stripe: #f3d5e4;
  --theme-color-grad-start: #f2c6d9;   /* ← 明るいピンク?サーモン */
}

/* ---------- 濃香抹茶ぷりん（抹茶グリーン） ---------- */
body.theme-matcha{
  --theme-color:        #5f874b;
  --theme-color-light:  #82a870;
  --theme-color-soft:   #b0c9a2;
  --theme-color-dark:   #3b5b2c;
  --theme-color-bg:     #f5f9ee;
  --theme-color-stripe: #dae7ce;
  --theme-color-grad-start: #b8d494;   /* ← 明るい若草色 */
}

/* ---------- 濃香ほうじ茶ぷりん（ほうじ茶ブラウン） ---------- */
body.theme-hojicha{
  --theme-color:        #794d30;
  --theme-color-light:  #9a8f5c;
  --theme-color-soft:   #c5bb95;
  --theme-color-dark:   #4d451f;
  --theme-color-bg:     #faf7ed;
  --theme-color-stripe: #e3ddc0;
  --theme-color-grad-start: #d4bd7e;   /* ← 明るいベージュ?キャラメル */
}

/* ---------- ゼリアガー（オレンジ） ---------- */
body.theme-orange{
  --theme-color:        #da7422;
  --theme-color-light:  #e5a940;
  --theme-color-soft:   #f0cb85;
  --theme-color-dark:   #955f00;
  --theme-color-bg:     #fdf5e6;
  --theme-color-stripe: #f6dfb8;
  --theme-color-grad-start: #f7c56e;   /* ← 明るいオレンジ?イエロー */
}