.gt-topbar {
  background-color: var(--color-bg-navy);
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gt-topbar__text {
  font-family: var(--font-syne);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gt-topbar {
    height: auto;
    padding: 6px 12px;
  }
  .gt-topbar__text {
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 1.3;
  }
}
