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

:root {
  --special-theme-color-rgb: 0, 45, 115; /* #002d73 */
}

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);
}
