Remove string interpolation from SCSS
A small MVC for: gitlab#331002 (closed) and #1020 (closed), where we remove any possible string interpolation based functions from content/assets/stylesheets/_typography.scss
as this was causing lint errors.
We have opted for the most boring, simple solution possible => remove the map function in favour of raw CSS breakpoints.