@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap");

.vnfc-brand {
  min-width: 0;
}

.vnfc-brand-text,
.vnfc-wordmark,
.vnfc-wordmark-inline {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: inherit;
  text-transform: uppercase;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.vnfc-brand-text,
.vnfc-wordmark-inline {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-weight: 500;
  line-height: 0.98;
  white-space: nowrap;
}

.vnfc-brand-text {
  font-size: clamp(0.88rem, 0.84rem + 0.18vw, 0.96rem);
  letter-spacing: 0.045em;
}

.vnfc-wordmark-inline {
  font-size: 1em;
  letter-spacing: 0.02em;
}

.vnfc-brand-text strong,
.vnfc-wordmark strong,
.vnfc-wordmark-inline strong {
  font-weight: 800;
}

@media (max-width: 768px) {
  .vnfc-brand-text {
    font-size: 0.9rem;
    letter-spacing: 0.035em;
  }

  .vnfc-wordmark-inline {
    letter-spacing: 0.015em;
  }
}
