/* Site Adjustments */
:root {
    --hero-logo-mobile-width: 200px;
    --hero-logo-width: 250px;
    --menu-logo-max-width: 240px;
    --ebrochure-logo-max-width: 300px;
}
strong {
    font-weight: 600;
}

.faq-link {
    color: var(--secondary-base);
    transition: color .15s  ease-in-out;
}

.faq-link:hover {
    color: var(--secondary-hover);
    text-decoration: underline;
}
