/* DeW & Co. wordmark uses the secondary EB Garamond typeface. */
.wordmark {
    font-family: var(--font-secondary) !important;
}

.wordmark span {
    font-family: var(--font-secondary) !important;
}

.wordmark img {
    width: clamp(120px, 10.8vw, 172.8px);
    height: auto;
    max-height: 60px;
}
