This page explains how to add an external/internal style sheet or javascript file into the Drupal 8 theme. Use the below code in THEME_NAME.libraries.yml
global-styling: css: theme: css/style.css: {} 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700': { type: external } # lib: # lib/mulihu-scrollbar/jquery.mCustomScrollbar.css: {} version: VERSION js: js/owl.carousel.min.js: {} # lib/mulihu-scrollbar/jquery.mCustomScrollbar.concat.min.js: {} dependencies: - core/jquery - core/drupal