.root {
    font-weight: var(--coveo-fw-normal);

    &:where([data-inherit]) {
        font-weight: inherit;
    }
}
