/* A quiet wordmark; no remote font downloads or changes to body typography. */
html body .logo {
    font-family: "Courier New", Courier, monospace;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 1.15;
    color: #282b29;
    -webkit-text-stroke: .2px currentColor;
    font-synthesis: none;
}
html body .logo.brand-lockup { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 40px; gap: 0; }
.brand-wordmark { font-family:inherit; font-size:26px; font-weight:400; line-height:1; }
.brand-tagline {
    position: relative;
    isolation: isolate;
    padding: 0 2px 3px;
    font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: .01em;
    white-space: nowrap;
    color: #505751;
    -webkit-text-stroke: 0;
}
.brand-tagline::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    border-radius: 60% 35% 55% 30%;
    background: #c1d1b8;
    transform: rotate(-1.5deg);
}
@media (max-width: 720px) {
    html body .logo { font-size: 25px; }
    .brand-wordmark { font-size: 25px; }
    .brand-tagline { font-size: 10px; }
}
