Render Flow - Typography scale generation
[Define base font size] -> [Define scale ratio] -> [Calculate scale steps] -> [Generate CSS font-size values] -> [Apply to elements] -> [Browser renders text sizes]
The browser first reads the base font size and scale ratio defined in SASS, calculates font sizes for each step in the scale, then applies these sizes to elements, resulting in visually proportional text sizes.