/* The yellow bullseye disc occupies the capital O's height and baseline. */
.toll-wordmark__target {
    display: inline-block;
    box-sizing: border-box;
    width: .76em;
    height: .76em;
    padding: .1em;
    margin-inline: .035em;
    border-radius: 50%;
    background: var(--color-yellow-400, #f2e841);
    color: var(--slate, #334155);
    font-size: inherit;
    vertical-align: baseline;
}

/* One readable wordmark for headings, navigation and partial drawers. */
.toll-wordmark { display: inline-block; white-space: nowrap; text-transform: none; letter-spacing: normal; }
.toll-wordmark__letter { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.toll-brand__glyph { display: inline-block; width: 1em; height: 1em; vertical-align: -.125em; flex-shrink: 0; }
.toll-bench-brand .toll-brand__glyph { width: var(--size-6); height: var(--size-6); }

.nav-item > .toll-brand__glyph { width: var(--size-5); height: var(--size-5); }
