﻿@charset "UTF-8";
/* =========================================================
   granule_gelatin.css  (v1.0)
   顆粒ゼラチン カテゴリのカラーバリエーション定義
========================================================= */

/* ---------- 牛由来（C-160 / C-300） ---------- */
body.theme-cow{
  --theme-color:        #ed8734;
  --theme-color-light:  #ecb37c;
  --theme-color-soft:   #f3d0ae;
  --theme-color-dark:   #a2662a;
  --theme-color-bg:     #fdf3ea;
  --theme-color-stripe: #f7e0c8;
  --theme-color-grad-start: #f9f27f;   /* ← 明るいオレンジ?クリーム */
}

/* ---------- 豚由来（P-160 / P-240） ---------- */
body.theme-pig{
  --theme-color:        #e27aa9;
  --theme-color-light:  #ec9ec1;
  --theme-color-soft:   #f3c2d5;
  --theme-color-dark:   #a24971;
  --theme-color-bg:     #fdeff5;
  --theme-color-stripe: #f7d5e2;
  --theme-color-grad-start: #fbe49e;   /* ← 明るいピンク?サーモン */
}

/* ---------- 緑（介護用ゼラチン） ---------- */
body.theme-green{
  --theme-color:        #3a8c3f;
  --theme-color-light:  #5cc168;
  --theme-color-soft:   #a8d4a0;
  --theme-color-dark:   #1f5a26;
  --theme-color-bg:     #f6fceb;
  --theme-color-stripe: #e3edd1;
  --theme-color-grad-start: #c4c340;   /* ← 黄緑（グラデーション開始色） */
}

