
:where(:root, div.entry) {
  /* テキスト配色 */
  --color-text-primary: rgb(47 47 47 / 100%);
  --color-text-secondary: rgb(102 102 102 / 100%);
  --color-text-inverse: rgb(255 255 255 / 100%);
  --color-text-inverse-80: rgb(255 255 255 / 80%);
  --color-text-accent: rgb(3 137 3 / 100%);
  --color-text-accent-40: rgb(3 137 3 / 40%);
  --color-text-accent2: rgb(224 247 225 / 100%);
  --color-text-accent2-80: rgb(224 247 225 / 80%);

  /* 背景色 */
  --color-bg-primary: rgb(60 60 60 / 100%);
  --color-bg-secondary: rgb(47 47 47 / 100%);
  --color-bg-tertiary: rgb(212 212 212 / 100%);
  --color-bg-quaternary-60: rgb(238 238 238 / 60%);
  --color-bg-inverse: rgb(255 255 255 / 100%);
  --color-bg-inverse-80: rgb(255 255 255 / 80%);
  --color-bg-focused-20: rgb(226 245 219 / 20%);
  --color-bg-accent: rgb(93 112 93 / 100%);
  --color-bg-accent-green: rgb(73 129 73 / 100%);
  --color-bg-accent2: rgb(232 229 177 / 100%);
  --color-bg-accent2-30: rgb(232 229 177 / 30%);
  --color-bg-accent3: rgb(209 199 32 / 100%);
  --color-bg-anchor-carousel: rgba(81, 81, 81, 0.95);
  --color-bg-table-th: rgb(251, 251, 243);

  /* ボーダー色 */
  --color-border-primary: rgb(216 216 216 / 100%);
  --color-border-secondary: rgb(81 81 81 / 100%);
  --color-border-tertiary: rgb(47 47 47 / 100%);
  --color-border-quaternary: rgb(156 163 156 / 100%);
  --color-border-accent: rgb(93 112 93 / 100%);
  --color-border-accent-green: rgb(73 129 73 / 100%);
  --color-border-inverse: rgb(255 255 255 / 100%);
}
