Render Flow - Button styles and variants
[Load HTML with <button>] -> [Parse Bootstrap CSS] -> [Match .btn class] -> [Apply base button styles] -> [Match variant class .btn-primary/.btn-secondary/etc.] -> [Apply variant colors and effects] -> [Render button with styles]
The browser reads the button element, applies Bootstrap's base button styles, then applies variant-specific styles like colors and borders, and finally paints the styled button on the screen.