body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  }
  
  .navbar-brand {
    letter-spacing: -0.5px;
  }
  
  /* Logo for navbar */
  img.brand-logo {
    height: 112px !important;
    width: auto !important;
    object-fit: contain !important;
  }
  

  .brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.brand-name .royal {
    color: #0056b3; /* deep royal blue */
}

.brand-name .price {
    color: #007f5f; /* a greenish hue to suggest money */
}

.brand-name .match {
    color: #333;    /* dark neutral */
}

.btn-faux-disabled {
  cursor: not-allowed;            /* show usual disabled cursor        */
  opacity: .65;                   /* same visual style as .disabled    */
}

.featured-plan {
  border: 2px solid #0d6efd; /* Bootstrap's primary blue */
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.25); /* subtle glow */
  transition: all 0.3s ease;
}

.featured-plan {
  border: 2px solid #0d6efd;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.25);
  transition: all 0.3s ease;
}
