/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
 TO DO: needs to be refactored/incorporated with the font-tiers.
 */
.Loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #818181;
}
.Loading svg {
  width: 5rem;
  height: 5rem;
  opacity: 0.75;
}
.Loading h1,
.Loading h2,
.Loading h3,
.Loading h4 {
  margin-top: 2rem;
  text-align: center;
}
/* typography */
/* colors & behaviors */
/* backgrounds */
/* New Colors */
/* spacing */
/* layout - these are the max-widths of each breakpoint */
/* stylelint-disable */

