@import "components/fonts.css";
@import "components/base.css";
@import "components/utilities.css";
@import "components/breadcrumbs.css";
@import "components/custom.css";
@import "components/two-factor-authentication.css";
@import "components/breakpoints.css";
@import "components/alert-banner.css";
@import "components/search-page.css";
/*@import "assets/fontawesome/css/fontawesome.css";*/
/*@import "assets/fontawesome/css/brands.css";*/
/*@import "assets/fontawesome/css/solid.css";*/
/*****

12/08/2022

How master.css file is structured

fonts.css -> @font-face rules
base.css -> Foundational Styles
breadcrumbs.css -> Breadcrumbs at the top of pages
custom.css -> Style that we have written, or customized outside of the bootstrap libraries
two-factor-authentication.css -> All styles applied specifically to the two factor login page
breakpoints.css -> Media Query breakpoints for all devices except apple based devices will live here

All global styles must exist in the css/components directory and be imported into the master.css file.

Any Future files imported will change the order for which files need to be loaded.

*****/
