/* SpexCode docs — light polish over Material */
:root {
  --md-primary-fg-color:        #6b46c1;
  --md-primary-fg-color--light: #7c5cd0;
  --md-primary-fg-color--dark:  #58399f;
  --md-accent-fg-color:         #7c3aed;
}

/* the projected desc tagline under each page title */
.md-content h1 + p em {
  color: var(--md-default-fg-color--light);
  font-style: normal;
  font-size: .92rem;
}

/* a touch more air in the nav tree (it mirrors the spec tree) */
.md-nav__item { line-height: 1.45; }

/* home hero */
.sx-hero { text-align: center; padding: 1.4rem 0 .4rem; }
.sx-hero img { width: 76px; height: 76px; }
.sx-hero .sx-tag { color: var(--md-default-fg-color--light); font-size: 1.02rem; margin-top: .3rem; }
