:root.dark {
  --text-0: #f0f0f0;
  --text-1: #ababab;
  --text-2: #787878;
  --bg-0: #121212;
  --bg-1: #1f1f1f;
  --bg-2: #383838;
  --border-color: var(--bg-2);
  --primary-color: #ef5350;
  --hover-color: white;
  --icon-filter: invert(1);
}
:root.dark .social > img,
:root.dark .search-button > img {
  filter: invert(1);
}
