/* =====================================================
   COMPONENTE: SCROLL PROGRESS BAR
   ===================================================== */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #f4d76e);
  z-index: 999;
  transition: width .1s ease;
}