- Added fonts as static assets. We no longer depend the client's system
to have the fonts installed.
- Moved site wide monospace and sans-serif font families to a global variable.
Previously, the entire main content was fitted inside one element. Now,
each section and container handle their own paddings and margins. This
allows for more flexibility as to how each container can be styled.