.btn-menu .tn-atom__button-text {
  transition: font-weight 0.2s;
}

.btn-menu:hover .tn-atom__button-text {
  font-weight: bold;
}