html,
body {
	background: #fefefe;
	color: #000;
}

* {
	font-family: 'Nunito', sans-serif;
	font-display: swap;
}

[class*="bg-"] a:link,
[class*="bg-"] a:active,
[class*="bg-"] a:visited {
	color: inherit;
}

[class*="bg-"] a:focus,
[class*="bg-"] a:hover {
	color: inherit;
}

/* scroll indicator */

.scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: none;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: #343A40;
}


.progress-bar {
  height: 5px;
  background: #E91E63;
  width: 0%;
}