I am encountering an issue where the fonts in my application are getting changed when I include a template page called template.html with CSS that includes body{ font-family:'Arial'}. The template page is being included using 'ng-include'. Is there a way to prevent the CSS of my template page from overriding my application's CSS?