/* BMX-only styling, loaded after site.css.
 *
 * site.css and site.js are BYTE COPIES of burxt-lang.org's, so that the two sites are one site and
 * an upstream change is a re-copy rather than a merge. Nothing BMX-specific belongs in them —
 * it belongs here. */

/* The wordmark stands in for the lockup until the branding lands. Sized to sit on the same
 * baseline as the image will, so flipping `has_branding` does not move the topbar. */
.bar .mark .wordmark {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* The link back to the host language, in the Burxt ember red-orange (#E8502A — the wordmark's
 * own colour). Last in the topbar and last in the sidebar: BMX is the thing you came for, Burxt
 * is where you go next. Colour rather than position alone, because a link that leaves the site
 * should look like it does. */
.bar .links a.burxt,
.side a.burxt {
  color: #E8502A;
}
.bar .links a.burxt:hover,
.side a.burxt:hover {
  color: #c33d1b;
}
.side a.burxt span { color: inherit; }
