/* Apply normal font-weight to almost everything */
.block-fra-foundation-content *,
footer *,
.fra-mega-menu *, .sidebar *, .path-products *, .path-search * {
    font-weight: normal !important;
}

/* Override font-weight for ::before elements specifically if needed */
.block-fra-foundation-content ::before,
footer ::before,
.fra-mega-menu ::before, .sidebar ::before, .path-products ::before, .path-search ::before {
    font-weight: bold;
}