:root {
  --chapter-header-background: rgba(240, 240, 240, 1);
  --chapter-header-background-hover: rgba(178, 203, 189, 1);
  --chapter-header-background-active: rgba(33, 115, 69, 1);
  --chapter-header-color: rgba(45, 45, 45, 1);
  --page-button-background: rgba(255, 255, 255, 1);
  --page-button-background-hover: rgba(33, 115, 69, 0.392156);
  --page-button-background-active: rgba(33, 115, 69, 1);
  --page-button-color: rgba(45, 45, 45, 1);
  --page-button-color-active: rgba(255, 255, 255, 1);
  --search-item-background: rgba(240, 240, 240, 1);
}
