/* Community Level Styles */
/* use top-level .design-style class to gain specificity */ 
/*e.g. .design-style .hero */

:root {
    /* buttons */
    --buttons-font-family: var(--fonts-header);
    --buttons-text-transform: uppercase;
    
    /* menu */
    --menu-font-family: var(--fonts-header);
}

/* TTY Corp note */
.tty-text {
    display: block;
}

/* buttons */
#contact_us_page_container .lightning-form .form-btn {
    font-family: var(--fonts-header);
    text-transform: uppercase;
}

.text-section-layout .text-section-container .title,
.text-img-section-layout .text-section .text-container .title,
footer .footer-style-3 .contact-section-container #footer_community_name {
    font-weight: lighter;
}