Introduction
Global styles let you set CSS rules that apply to the whole app. This helps keep your look consistent everywhere.
You want all buttons in your app to have the same color and font.
You need to set a background color or font for the entire page.
You want to style HTML elements like <code>body</code> or <code>h1</code> globally.
You want to add a CSS reset or normalize styles across browsers.
You want to define fonts or colors once and use them everywhere.