/* css/wordmark.css — the wordmark and its mark.
   One of the files src/index.html links in order; see tokens.css for why. */

/* ==========================================================================
   Wordmark and mark
   ========================================================================== */
.wordmark{
  font-family:var(--ui);letter-spacing:-.022em;font-size:1.25rem;
  display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--ink);
}
.wordmark b{font-weight:700}      /* Clock */
.wordmark strong{font-weight:800} /* hour  */
.wordmark .mark{display:block;flex:0 0 auto}
