/* Global design tokens for Matri Nexo.
 * Deliberately conservative: this loads on EVERY page (including the 506 legacy
 * Drupal pages), so it only nudges brand accents and must never hide content or
 * break Matri's existing layout. The full redesign lives in home.css / the
 * front-page template. Interior-page restyling is a follow-up phase. */
:root{
  --nx-yellow:#FEC200;
  --nx-amber:#C99400;
  --nx-black:#0B0B0D;
}
/* Brand the primary buttons Matri/Drupal render site-wide. */
.button--primary,
.btn-primary{
  background:linear-gradient(135deg,var(--nx-yellow),var(--nx-amber))!important;
  border-color:var(--nx-amber)!important;
  color:#0B0B0D!important;
}
