.header {
  background-color: #cfd3dc;
  max-width: var(--desktop);
  padding-top: clamp(1.188rem, -1.24vw + 2.18rem, 1.875rem);
  margin: 0 auto;
}

.header-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  gap: clamp(0.938rem, 2.029vw + 0.439rem, 2.063rem);
  align-items: center;
}

.header-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(1rem, 1.804vw + 0.557rem, 2rem);
  color: var(--black-default);
}

.header-logo {
  width: clamp(2.5rem, 5.862vw + 1.06rem, 5.75rem);
}

.header-line {
  width: clamp(1.875rem, 8.794vw - 0.285rem, 6.75rem);
  height: 1px;
  background-color: var(--black-default);
}
/*# sourceMappingURL=header.css.map */
