Render Flow - Alert variants and colors
[Load HTML with alert div] -> [Parse Bootstrap CSS] -> [Match alert class] -> [Apply base alert styles] -> [Match variant class (e.g., alert-primary)] -> [Apply variant colors] -> [Render alert box with color and padding]
The browser reads the alert HTML element, applies Bootstrap's base alert styles, then applies the variant color styles based on the alert variant class, resulting in a colored alert box.