To have a global stylesheet separate from the components, create a css file in the project, possibly in an asset folder or equivalent, and import the stylesheet in main.js vue file

import './assets/global.css'