/* ============================================
   Font Awesome 7 – Fill Compatibility Bridge
   Určeno pro lego1 a lego2
   Zachovává historické barvení ikon přes `fill`
   ============================================ */
svg {
    fill: currentColor;
}

svg path[fill="currentColor"],
svg rect[fill="currentColor"],
svg circle[fill="currentColor"],
svg ellipse[fill="currentColor"],
svg polygon[fill="currentColor"],
svg polyline[fill="currentColor"] {
    fill: inherit;
}
