/* shared typography */
.embedded-messaging-inbound-chat-message,
.embedded-messaging-outbound-chat-message,
.embedded-messaging-menu-item,
.embedded-messaging-menu-item-option {
    color: var(--color-content-primary) !important;
    font-size: var(--font-size-s) !important;
    line-height: var(--lineheight-s);
    font-weight: var(--weight-regular);
}
