.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.lang-switch a {
  text-decoration: none;
  opacity: 0.65;
  color: inherit;
}
.lang-switch a:hover,
.lang-switch a.is-active {
  opacity: 1;
  font-weight: 600;
}
.lang-switch__sep {
  opacity: 0.35;
}