/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

/* Text wordmark fallback (partials/logo.html.twig) used until a real logo image is uploaded under Theme settings > Logo. */
.navbar-brand-text {
    font-family: var(--q2-font-display, inherit);
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--q2-text, currentColor);
}

