/* KinderNest site-level cosmetic fixes.
   Keep this file small and explicit. */

/* KN_HOME_CTA_CONTRAST_FIX_BEGIN
   Home.razor has `.kn-home-shell a { color: inherit; }`, which can overpower
   the primary CTA's intended white text. These rules keep the beta access
   buttons readable without changing the page layout. */
.kn-home-shell a.kn-primary-link,
.kn-home-shell .kn-primary-link {
    color: #ffffff !important;
}

.kn-home-shell a.kn-secondary-link,
.kn-home-shell .kn-secondary-link {
    color: #0f172a !important;
}
/* KN_HOME_CTA_CONTRAST_FIX_END */
