:root {
  --brand-primary: #2F6BFF;
  --brand-text-dark: #000000;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo-wrap {
  text-align: center;
  margin-bottom: clamp(0.32rem, 0.28rem + 0.12vw, 0.44rem);
}

.brand-logo-text {
  margin-left: 0;
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: clamp(1.44rem, 1.27rem + 0.33vw, 1.63rem);
  color: var(--brand-text-dark);
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.brand-logo-text span {
  color: var(--brand-primary);
}

.login-container .brand-logo-text,
.container .brand-logo-text { font-size: clamp(1.44rem, 1.27rem + 0.33vw, 1.63rem); }
