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

:root {
  --special-theme-color-rgb: 64, 200, 100;
}

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

article section.section {
  text-align: text-justify;
}

article section.subsection {
  margin-bottom: 1rem; /* mb-3 */
}

article ul.icon-head li::before {
  content: "☄ ";
}

article ul.icon-head.camera li::before {
  content: "📷 ";
}

.text-justify {
  text-align: justify;
}
