Setting encapsulation=View.Encapsulation.None in the @Component header will also do the trick. It basically does what the ::ng-deep does, but for the whole SCSS file.
I prefer this over adding to the global, because that way is not as organized in terms of referencing things.