What purpose does the CSS Cascade serve?
The CSS cascade algorithm’s job is to select CSS declarations in order to determine the correct values for CSS properties
What is source order?
at a very simple level this means that the order of CSS rules matter; when two rules apply that have equal specificity the one that comes last in the CSS is the one that will be used
In what situations might you need to apply styling to a single element multiple times in one stylesheet?
Font-family, adjust font-family for individual elements, but most commonly will be used with mobile responsiveness.