@import url(../../css/common2025.css);

:root {
  --special-theme-color-rgb: 225, 200, 143; /* #e1c88f */
}

h2, h3, h4,
.table > thead > tr > th {
  background-color: rgba(var(--special-theme-color-rgb), 0.3);
}

ul.icon-head li::before {
  color: rgba(var(--special-theme-color-rgb), 1.0);
}
