
/* This CSS is delivered after a 5-second "sleep" by the server */

html, body {
  color: #146;
  background: #eff4f8 none;
}

h1 {
  -webkit-text-stroke: thin;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 500;
}

.slowCssLoadedIndicator:before {
  display: block;
  font-weight: bold;
  content: 'CSS file loaded';

  color: #1b1;
}

.hideWhenCssLoaded {
  display: none;
}
