/* ============================================
   AGROVISION - LOGO STYLING
   Improves visibility of the provided brand logo
   ============================================ */

.nav-logo-img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}

.nav-logo-text {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .nav-logo-text {
    font-size: 1.75rem;
  }
}

.footer-brand-logo-img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
}

.footer-brand-logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
}

