Styling inline SVG with CSS
Inline SVG is usually the best choice when you want full visual control.
When the SVG lives directly in the HTML, you can target its `path`, `circle`, `rect` or `line` elements like any other DOM node.
That makes theme switching much easier because CSS variables, hover states and focus states can all style the same illustration.