:root{
  --text: #914c4c;
  --text-highlight: #c26363;
  font-weight: 1000;
}

a, a:visited{
  color: var(--text);
  text-decoration: none;
  transition: color 1s;
}

a:hover{
  color: var(--text-highlight);
  text-decoration: none;
}
